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

Allan McRae allan at archlinux.org
Fri Oct 22 00:17:45 UTC 2010


    Date: Thursday, October 21, 2010 @ 20:17:45
  Author: allan
Revision: 96515

upgpkg: redland 1.0.12-2
db-5.1 rebuild

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-21 22:56:50 UTC (rev 96514)
+++ PKGBUILD	2010-10-22 00:17:45 UTC (rev 96515)
@@ -4,12 +4,12 @@
 
 pkgname=redland
 pkgver=1.0.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Library that provides a high-level interface to RDF data"
 url="http://librdf.org/"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('raptor>=1.4.20' 'db>=4.8' 'postgresql-libs>=8.4.2' 'libmysqlclient>=5.1.42' 'sqlite3>=3.6.21' 
+depends=('raptor>=1.4.20' 'db>=5.1' 'postgresql-libs>=8.4.2' 'libmysqlclient>=5.1.42' 'sqlite3>=3.6.21' 
          'curl>=7.19.7' 'libxslt>=1.1.26' 'mpfr>=2.4.1' 'libtool' 'rasqal>=0.9.19' 'unixodbc')
 makedepends=('gtk-doc')
 options=('!libtool')
@@ -20,10 +20,10 @@
         cd ${srcdir}/${pkgname}-${pkgver}
          ./configure --prefix=/usr --enable-release --disable-static \
                      --with-raptor=system --with-rasqal=system --with-sqlite=3
-        make || return 1
+        make
 }
 
 package() {
         cd ${srcdir}/${pkgname}-${pkgver}
-        make -j1 DESTDIR=$pkgdir install || return 1
+        make -j1 DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list