summaryrefslogtreecommitdiff
path: root/kde-unstable/soprano/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/soprano/PKGBUILD')
-rw-r--r--kde-unstable/soprano/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/soprano/PKGBUILD b/kde-unstable/soprano/PKGBUILD
index 8f30b6c0c..d9f6a1275 100644
--- a/kde-unstable/soprano/PKGBUILD
+++ b/kde-unstable/soprano/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 160186 2012-05-30 08:17:09Z andrea $
+# $Id: PKGBUILD 161418 2012-06-11 06:43:17Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=soprano
-pkgver=2.7.56
+pkgver=2.7.57
pkgrel=1
pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL' 'LGPL')
depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
makedepends=('cmake' 'openjdk6' 'doxygen')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('999781170ebcf3e1494127f2eda7aa00')
+md5sums=('c40f6b6b6e36ed725101b8cf47e42ff0')
build() {
cd "${srcdir}"
@@ -20,7 +20,7 @@ build() {
cd build
. /etc/profile.d/openjdk6.sh
# we need the rpath
- cmake ../${pkgname}-${pkgver}-beta1 \
+ cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \