From 52edf8971168282a029a9340656dc8e1ed04fe21 Mon Sep 17 00:00:00 2001 From: Fabian <0inkane@googlemail.com> Date: Wed, 2 Jan 2013 20:14:19 +0000 Subject: [PATCH] updated sopraon to 2.9.0 --- soprano/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/soprano/PKGBUILD b/soprano/PKGBUILD index 94e23670a..e2029b222 100644 --- a/soprano/PKGBUILD +++ b/soprano/PKGBUILD @@ -8,16 +8,16 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=soprano -pkgver=2.8.0 +pkgver=2.9.0 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/' license=('GPL' 'LGPL') depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso>=6.1.3' 'clucene') -makedepends=('cmake' 'openjdk6' 'doxygen') +makedepends=('cmake' 'openjdk' 'doxygen') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('273c3403aeb6d8a43e78a4887f50a385') +md5sums=('90134eaaf40b6663dd01cfaefdaba7fb') build() { cd "${srcdir}" @@ -25,7 +25,7 @@ build() { rm -rf build mkdir build && cd build - . /etc/profile.d/openjdk6.sh + . /etc/profile.d/openjdk.sh # we need the rpath cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \