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

Ionut Biru ibiru at archlinux.org
Thu Nov 25 19:14:49 UTC 2010


    Date: Thursday, November 25, 2010 @ 14:14:49
  Author: ibiru
Revision: 100758

upgpkg: libxml++ 2.32.0-1
update to 2.32.0

Modified:
  libxml++/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-25 19:05:16 UTC (rev 100757)
+++ PKGBUILD	2010-11-25 19:14:49 UTC (rev 100758)
@@ -3,20 +3,20 @@
 
 pkgbase=libxml++
 pkgname=('libxml++' 'libxml++-docs')
-pkgver=2.30.1
+pkgver=2.32.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://libxmlplusplus.sourceforge.net/"
 makedepends=('pkgconfig' 'glibmm-docs' 'libxml2>=2.7.7' 'glibmm>=2.24.2')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.30/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('433f0e36486573a81582d62c83dc741d50bf795ce1a2dca076a54b16c28ab90a')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('7989e285ca6fe63379121a2afea8dd4806abef6ecf1cb84f4fc4e9de18b43c25')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
+  ./configure --prefix=/usr
+  make
 }
 
 package_libxml++() {
@@ -27,13 +27,13 @@
   conflicts=('libxml++2')
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/install-data-am: install-data-local install-dist_referenceDATA/install-data-am: /' Makefile || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  sed -i -e 's/install-data-am: install-data-local install-dist_referenceDATA/install-data-am: /' Makefile
+  make DESTDIR="${pkgdir}" install
 }
 
 package_libxml++-docs() {
   pkgdesc="Developer documentation for libxml++"
   depends=('glibmm-docs')
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-data-local install-dist_referenceDATA || return 1
+  make DESTDIR="${pkgdir}" install-data-local install-dist_referenceDATA
 }




More information about the arch-commits mailing list