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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Oct 12 16:02:00 UTC 2009


    Date: Monday, October 12, 2009 @ 12:01:59
  Author: andyrtr
Revision: 55245

upgpkg: libxxf86misc 1.0.2-1
    new version 1.0.2

Modified:
  libxxf86misc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-12 15:59:55 UTC (rev 55244)
+++ PKGBUILD	2009-10-12 16:01:59 UTC (rev 55245)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libxxf86misc
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="X11 XFree86 miscellaneous extension library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -12,11 +12,11 @@
 makedepends=(pkgconfig)
 options=(!libtool)
 source=(${url}/releases/individual/lib/libXxf86misc-${pkgver}.tar.bz2)
-md5sums=('7cee0df63903cef7f7a3fb68cdd99eef')
+md5sums=('51fed53e8de067d4b8666f75a0212400')
 
 build() {
   cd ${srcdir}/libXxf86misc-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list