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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Jul 1 16:34:45 UTC 2013


    Date: Monday, July 1, 2013 @ 18:34:44
  Author: andrea
Revision: 189253

upgpkg: soprano 2.9.2-2

Redland-storage-virtuoso isn't needed

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-01 16:10:07 UTC (rev 189252)
+++ PKGBUILD	2013-07-01 16:34:44 UTC (rev 189253)
@@ -4,18 +4,21 @@
 
 pkgname=soprano
 pkgver=2.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
 arch=('i686' 'x86_64')
 url='http://soprano.sourceforge.net/'
 license=('GPL' 'LGPL')
-depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
+depends=('qt4' 'libiodbc' 'virtuoso-base' 'redland')
 makedepends=('cmake' 'java-environment' 'doxygen')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('60ce910cf3c8e4655c614b45d73f2b2a')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   # we need the rpath
   cmake ../${pkgname}-${pkgver} \




More information about the arch-commits mailing list