diff options
Diffstat (limited to 'main/libice/APKBUILD')
-rw-r--r-- | main/libice/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libice/APKBUILD b/main/libice/APKBUILD index dd7b4353e9..f8736effe3 100644 --- a/main/libice/APKBUILD +++ b/main/libice/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libice pkgver=1.0.9 -pkgrel=0 +pkgrel=1 pkgdesc="X11 Inter-Client Exchange library" url="http://xorg.freedesktop.org/" arch="all" @@ -9,7 +9,7 @@ license="custom" depends= depends_dev="xproto" makedepends="xproto xtrans" -subpackages="$pkgname-dev" +subpackages="$pkgname-dev $pkgname-doc" source="http://xorg.freedesktop.org/releases/individual/lib/libICE-$pkgver.tar.bz2" _builddir="$srcdir/libICE-$pkgver" |