summaryrefslogtreecommitdiff
path: root/extra/soprano
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-03 00:51:22 -0700
committerroot <root@rshg054.dnsready.net>2013-05-03 00:51:22 -0700
commit32b069e79cb891e99962cbac53e2950c11ea403f (patch)
treeccb58e89ee57f636178752583b6f107d0bd36a91 /extra/soprano
parent8b09f76ed1ea968a2473faf8f56250eea0fdc3cc (diff)
Fri May 3 00:51:21 PDT 2013
Diffstat (limited to 'extra/soprano')
-rw-r--r--extra/soprano/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD
index b0bc51cbe..2b4a87884 100644
--- a/extra/soprano/PKGBUILD
+++ b/extra/soprano/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 178996 2013-03-01 10:25:36Z andrea $
+# $Id: PKGBUILD 184138 2013-05-02 15:21:00Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=soprano
-pkgver=2.9.0
-pkgrel=2
+pkgver=2.9.1
+pkgrel=1
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/'
@@ -12,13 +12,11 @@ license=('GPL' 'LGPL')
depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
makedepends=('cmake' 'java-environment' 'doxygen')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
+md5sums=('c7beb1bda475f363fa0afb58edc541fe')
build() {
mkdir build
cd build
- . /etc/profile.d/jdk.sh
- . /etc/profile.d/qt4.sh
# we need the rpath
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \