diff options
Diffstat (limited to 'main/libxcb/APKBUILD')
-rw-r--r-- | main/libxcb/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD index 786a8e243..36713d729 100644 --- a/main/libxcb/APKBUILD +++ b/main/libxcb/APKBUILD @@ -1,17 +1,17 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcb pkgver=1.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="X11 client-side library" url="http://xcb.freedesktop.org/" arch="all" license="custom" depends= subpackages="$pkgname-dev $pkgname-doc" -makedepends="xcb-proto libxdmcp-dev libxau-dev libxslt libpthread-stubs python" +depends_dev="libpthread-stubs libxau-dev libxdmcp-dev xcb-proto" +makedepends="$depends_dev libxslt python" source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2 " -depends_dev="libpthread-stubs libxau-dev libxdmcp-dev" build() { cd "$srcdir"/$pkgname-$pkgver |