diff options
-rw-r--r-- | main/xfce4-mixer/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/xfce4-mixer/APKBUILD b/main/xfce4-mixer/APKBUILD index a5eb976de1..927e5fd9ed 100644 --- a/main/xfce4-mixer/APKBUILD +++ b/main/xfce4-mixer/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-mixer pkgver=4.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="The volume control plugin for the Xfce panel" url="http://www.xfce.org/" arch="all" @@ -9,6 +9,7 @@ license="GPL2" depends="hicolor-icon-theme" makedepends="xfce4-panel-dev gstreamer-dev gst-plugins-base-dev libxfce4ui-dev" install= +subpackages="$pkgname-lang" source="http://archive.xfce.org/src/apps/xfce4-mixer/${pkgver%.*}/xfce4-mixer-$pkgver.tar.bz2 " |