diff options
-rw-r--r-- | main/libxdmcp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libxdmcp/APKBUILD b/main/libxdmcp/APKBUILD index bfd6b7fb27..d7a3ef1581 100644 --- a/main/libxdmcp/APKBUILD +++ b/main/libxdmcp/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxdmcp pkgver=1.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="X11 Display Manager Control Protocol library" url="http://xorg.freedesktop.org/" arch="all" license="MIT" depends= makedepends="xproto" -subpackages="$pkgname-dev" +subpackages="$pkgname-dev $pkgname-doc" source="http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-$pkgver.tar.bz2" _builddir="$srcdir/libXdmcp-$pkgver" |