aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/libxtst/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libxtst/APKBUILD b/x11/libxtst/APKBUILD
index 69c0a6e29a..c1e9c4b60a 100644
--- a/x11/libxtst/APKBUILD
+++ b/x11/libxtst/APKBUILD
@@ -1,15 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxtst
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=0
pkgdesc="X11 Testing -- Resource extension library"
url="http://xorg.freedesktop.org/"
license="custom"
subpackages="$pkgname-dev $pkgname-doc"
depends=
-makedepends="pkgconfig libxext-dev recordproto inputproto"
+makedepends="pkgconfig libxext-dev libxi-dev recordproto inputproto"
source="http://xorg.freedesktop.org/releases/individual/lib/libXtst-$pkgver.tar.bz2"
-depends_dev="recordproto libx11-dev libxext-dev inputproto"
+depends_dev="recordproto libx11-dev libxext-dev inputproto libxi-dev"
build ()
{
@@ -21,4 +21,4 @@ build ()
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-md5sums="090c1ad04e34982eada5cf3b1a0792fd libXtst-1.0.3.tar.bz2"
+md5sums="dd6f3e20b87310187121539f9605d977 libXtst-1.1.0.tar.bz2"