Updated libxi to 1.4.3

This commit is contained in:
Radu 2012-01-27 12:31:02 +00:00
parent ef476fadbe
commit 4d1f21549a

View File

@ -5,8 +5,8 @@
_pkgbasename=libxi _pkgbasename=libxi
pkgname=lib32-$_pkgbasename pkgname=lib32-$_pkgbasename
pkgver=1.3.2 pkgver=1.4.3
pkgrel=3 pkgrel=1
pkgdesc="X11 Input extension library (32-bit)" pkgdesc="X11 Input extension library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="http://xorg.freedesktop.org" url="http://xorg.freedesktop.org"
@ -15,7 +15,7 @@ makedepends=('pkgconfig' 'xorg-util-macros' gcc-multilib)
options=(!libtool) options=(!libtool)
license=('custom') license=('custom')
source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
md5sums=('26f93781356b1fdde08f7ee9cd5884d6') md5sums=('792e8a7ddc7175911d69f823d38eaff6')
build() { build() {
export CC="gcc -m32" export CC="gcc -m32"