[arch-commits] CVS update of arch/build/x11-libs/libxcursor (PKGBUILD)
Alexander Baldeck
alexander at archlinux.org
Sun Aug 26 14:56:43 UTC 2007
Date: Sunday, August 26, 2007 @ 10:56:43
Author: alexander
Path: /home/cvs-arch/arch/build/x11-libs/libxcursor
Modified: PKGBUILD (1.7 -> 1.8)
upgpkg: libxcursor 1.1.9
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Index: arch/build/x11-libs/libxcursor/PKGBUILD
diff -u arch/build/x11-libs/libxcursor/PKGBUILD:1.7 arch/build/x11-libs/libxcursor/PKGBUILD:1.8
--- arch/build/x11-libs/libxcursor/PKGBUILD:1.7 Sat Nov 11 16:19:56 2006
+++ arch/build/x11-libs/libxcursor/PKGBUILD Sun Aug 26 10:56:42 2007
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD,v 1.7 2006/11/11 21:19:56 jgc Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.8 2007/08/26 14:56:42 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=libxcursor
-pkgver=1.1.8
+pkgver=1.1.9
pkgrel=1
pkgdesc="X cursor management library"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
depends=('libxfixes' 'libxrender')
makedepends=('pkgconfig')
-options=('nolibtool')
+options=('!libtool')
source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2)
-md5sums=('ec2acd10a7736a85dd1e1ed9ea5bec96')
build() {
cd ${startdir}/src/libXcursor-${pkgver}
@@ -20,3 +19,4 @@
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
}
+md5sums=('99b7554037a92b260891091e81815a0a')
More information about the arch-commits
mailing list