Date: Friday, April 5, 2013 @ 21:09:01 Author: andyrtr Revision: 182036
upgpkg: libxi 1.7.1-1 upstream update 1.7.1 Modified: libxi/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-05 19:02:02 UTC (rev 182035) +++ PKGBUILD 2013-04-05 19:09:01 UTC (rev 182036) @@ -3,17 +3,17 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libxi -pkgver=1.7 +pkgver=1.7.1 pkgrel=1 pkgdesc="X11 Input extension library" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org" depends=('libxext' 'inputproto') -makedepends=('pkgconfig' 'xorg-util-macros') +makedepends=('pkgconfig' 'xorg-util-macros' 'libxfixes') options=(!libtool) license=('custom') source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2) -sha256sums=('4ebcf2b02c16ff51e41e9d045de01416d6430b6a4af6a82b17b6bfa4d6f9cbfc') +sha256sums=('e92adb6b69c53c51e05c1e65db97e23751b935a693000fb0606c11b88c0066c5') build() { cd "${srcdir}/libXi-${pkgver}"
