diff options
Diffstat (limited to 'main/xfce4-notes-plugin')
-rw-r--r-- | main/xfce4-notes-plugin/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/xfce4-notes-plugin/APKBUILD b/main/xfce4-notes-plugin/APKBUILD index 3cdb65ae65..02103e53d8 100644 --- a/main/xfce4-notes-plugin/APKBUILD +++ b/main/xfce4-notes-plugin/APKBUILD @@ -1,8 +1,8 @@ # Contributor: -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-notes-plugin pkgver=1.7.7 -pkgrel=2 +pkgrel=3 pkgdesc="Notes plugin for the Xfce4 desktop" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" arch="all" @@ -10,7 +10,7 @@ license="GPL" depends= makedepends="xfce4-panel-dev libunique-dev libxfcegui4-dev" install= -subpackages= +subpackages="$pkgname-lang" source="http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-$pkgver.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver |