summaryrefslogtreecommitdiff
path: root/extra/libxi
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-06 09:47:04 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-06 09:47:04 +0200
commit5b1689a2cf3def5dea6a56f577930e7c6df4f003 (patch)
tree8ef875217e9d87666706e7f88f579cc579aaa63e /extra/libxi
parent2c0066a33742d4879adc9eeab45e04fba7bafbcb (diff)
parentfd8249d016683ade99a23251d6ffdf5d5a3e76a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/rcs/PKGBUILD libre/cups-filters-libre/PKGBUILD
Diffstat (limited to 'extra/libxi')
-rw-r--r--extra/libxi/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libxi/PKGBUILD b/extra/libxi/PKGBUILD
index 6dc978a30..1c9e25068 100644
--- a/extra/libxi/PKGBUILD
+++ b/extra/libxi/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 180177 2013-03-18 16:08:49Z andyrtr $
+# $Id: PKGBUILD 182037 2013-04-05 19:09:17Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libxi
-pkgver=1.7
+pkgver=1.7.1
pkgrel=1
pkgdesc="X11 Input extension library"
arch=('i686' 'x86_64' 'mips64el')
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}"