[arch-commits] Commit in libxml++2/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Sep 26 21:17:16 UTC 2008


    Date: Friday, September 26, 2008 @ 17:17:15
  Author: jgc
Revision: 13357

upgpkg: libxml++2 2.24.0-1

Modified:
  libxml++2/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-26 21:17:14 UTC (rev 13356)
+++ PKGBUILD	2008-09-26 21:17:15 UTC (rev 13357)
@@ -2,21 +2,21 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=libxml++2
-pkgver=2.22.0
+pkgver=2.24.0
 pkgrel=1
 pkgdesc="C++ bindings to libxml - version 2x"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://libxmlplusplus.sourceforge.net/"
-depends=('libxml2>=2.6.31' 'glibmm>=2.16.0')
+depends=('libxml2>=2.6.32' 'glibmm>=2.18.0')
 makedepends=('pkgconfig')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.22/libxml++-${pkgver}.tar.bz2)
-md5sums=('9a9b3ba876fe212df3a73c5a97e9235a')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.24/libxml++-${pkgver}.tar.bz2)
+md5sums=('195a6ee87537086165f7a6578eaf18b4')
 
 build() {
-  cd ${startdir}/src/libxml++-${pkgver}
+  cd "${srcdir}/libxml++-${pkgver}"
   ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list