x11/libxtst: upgrade to 1.1.0

This commit is contained in:
Natanael Copa 2009-10-14 06:35:09 +00:00
parent e18d7db419
commit 98d998f2c8

View File

@ -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"