[arch-commits] Commit in libxi/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Feb 28 18:43:35 UTC 2009


    Date: Saturday, February 28, 2009 @ 13:43:35
  Author: jgc
Revision: 28305

upgpkg: libxi 1.1.4-2
    Downgrade to 1.1.4 to solve problems with keyboard layouts in applications running on server-1.5

Modified:
  libxi/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-28 18:25:46 UTC (rev 28304)
+++ PKGBUILD	2009-02-28 18:43:35 UTC (rev 28305)
@@ -2,17 +2,17 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxi
-pkgver=1.2.0
-pkgrel=1
+pkgver=1.1.4
+pkgrel=2
 pkgdesc="X11 Input extension library"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org"
 depends=('libxext>=1.0.5')
 makedepends=('pkgconfig')
-options=(!libtool)
+options=(!libtool force)
 license=('custom')
 source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-md5sums=('4b88e07d7dd77ca1e786f09066b58c02')
+md5sums=('7f68180d47b1c28a44718c502ab3bd52')
 
 build() {
   cd "${srcdir}/libXi-${pkgver}"




More information about the arch-commits mailing list