diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:00:00 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:00:00 (GMT) |
commit | c220778ef0fb437849ee946ea2b4a26ce1c6e719 (patch) | |
tree | bd237d88fc1bb72022103760be097347c9758a0a | |
parent | cee69b14e6409f763cef1d6024c577d696b933c8 (diff) | |
download | linhes_pkgbuild-c220778ef0fb437849ee946ea2b4a26ce1c6e719.zip linhes_pkgbuild-c220778ef0fb437849ee946ea2b4a26ce1c6e719.tar.gz linhes_pkgbuild-c220778ef0fb437849ee946ea2b4a26ce1c6e719.tar.bz2 |
xextproto:Bumped/Updated for LinHES 7.
-rw-r--r-- | abs/core-testing/xextproto/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/abs/core-testing/xextproto/PKGBUILD b/abs/core-testing/xextproto/PKGBUILD index a22207c..41e5bbb 100644 --- a/abs/core-testing/xextproto/PKGBUILD +++ b/abs/core-testing/xextproto/PKGBUILD @@ -1,17 +1,15 @@ -# $Id: PKGBUILD 26846 2009-02-13 15:23:45Z andyrtr $ +# $Id: PKGBUILD 54536 2009-10-11 09:34:38Z andyrtr $ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xextproto -pkgver=7.0.5 +pkgver=7.1.1 pkgrel=1 pkgdesc="X11 various extension wire protocol" -arch=(i686 x86_64) +arch=('any') license=('custom') -depends=('inputproto>=1.5') url="http://xorg.freedesktop.org/" source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2) -md5sums=('e6841018a7c64983b0954aa2c564d115') -sha1sums=('d62e704039e7c647da66c9a6531ebdede37dace8') +md5sums=('fb6ccaae76db7a35e49b12aea60ca6ff') build() { cd "${srcdir}/${pkgname}-${pkgver}" |