diff options
author | root <root@rshg054.dnsready.net> | 2011-12-25 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-25 23:14:50 +0000 |
commit | e39d5f838c08b5b57eae4c1aec4ae00acd18b239 (patch) | |
tree | 5508286adf4ead02d969fe07072a7823729ad256 /extra/libxi | |
parent | 2d2e64c7c198ff82ea6e306f7673168dcf5ddca7 (diff) |
Sun Dec 25 23:14:50 UTC 2011
Diffstat (limited to 'extra/libxi')
-rw-r--r-- | extra/libxi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libxi/PKGBUILD b/extra/libxi/PKGBUILD index 05897b97f..b195dfce8 100644 --- a/extra/libxi/PKGBUILD +++ b/extra/libxi/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 145122 2011-12-17 08:47:23Z andyrtr $ +# $Id: PKGBUILD 145628 2011-12-24 14:44:56Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxi -pkgver=1.4.4 +pkgver=1.4.5 pkgrel=1 pkgdesc="X11 Input extension library" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('pkgconfig' 'xorg-util-macros') options=(!libtool) license=('custom') source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2) -sha1sums=('e4ca1b45368214ba246bfad398ea087125c79f31') +sha1sums=('8ac24dec8e488f49fd6a6b256c815da9ceec9737') build() { cd "${srcdir}/libXi-${pkgver}" |