diff options
Diffstat (limited to 'x11/libxext/APKBUILD')
-rw-r--r-- | x11/libxext/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libxext/APKBUILD b/x11/libxext/APKBUILD index 74d79bce8..d9a3aabdc 100644 --- a/x11/libxext/APKBUILD +++ b/x11/libxext/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxext -pkgver=1.0.5 -pkgrel=1 +pkgver=1.1 +pkgrel=0 pkgdesc="X11 miscellaneous extensions library" url="http://xorg.freedesktop.org/" license="custom" -depends="libx11" +depends= makedepends="pkgconfig xproto xextproto libx11-dev libxau-dev" subpackages="$pkgname-dev $pkgname-doc" source="http://xorg.freedesktop.org/releases/individual/lib/libXext-$pkgver.tar.bz2" @@ -17,4 +17,4 @@ build() { make || return 1 make DESTDIR="$pkgdir" install || return 1 } -md5sums="aa11d859cc8e9a0bad3bb55e1666547b libXext-1.0.5.tar.bz2" +md5sums="b8ee455effbcaf5a475870e92ed6973c libXext-1.1.tar.bz2" |