summaryrefslogtreecommitdiff
path: root/extra/soprano/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/soprano/PKGBUILD')
-rw-r--r--extra/soprano/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD
index 6d869c448..dc774e99d 100644
--- a/extra/soprano/PKGBUILD
+++ b/extra/soprano/PKGBUILD
@@ -1,21 +1,24 @@
-# $Id: PKGBUILD 185050 2013-05-10 17:29:50Z andrea $
+# $Id: PKGBUILD 189254 2013-07-01 16:34:52Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
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')
-build() {
+prepare() {
mkdir build
+}
+
+build() {
cd build
# we need the rpath
cmake ../${pkgname}-${pkgver} \