[arch-commits] Commit in libxi/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Feb 9 21:31:38 UTC 2009
Date: Monday, February 9, 2009 @ 16:31:38
Author: jgc
Revision: 26591
upgpkg: libxi 1.2.0-1
Modified:
libxi/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-09 21:30:05 UTC (rev 26590)
+++ PKGBUILD 2009-02-09 21:31:38 UTC (rev 26591)
@@ -2,17 +2,17 @@
# Maintainer: Alexander Baldeck <alexander at archlinux.org>
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=libxi
-pkgver=1.1.4
+pkgver=1.2.0
pkgrel=1
pkgdesc="X11 Input extension library"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org"
-depends=('libxext')
+depends=('libxext>=1.0.5')
makedepends=('pkgconfig')
options=(!libtool)
license=('custom')
source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-md5sums=('7f68180d47b1c28a44718c502ab3bd52')
+md5sums=('4b88e07d7dd77ca1e786f09066b58c02')
build() {
cd "${srcdir}/libXi-${pkgver}"
More information about the arch-commits
mailing list