From e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 9 Feb 2013 00:07:22 -0800 Subject: Sat Feb 9 00:07:22 PST 2013 --- extra/soprano/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'extra/soprano') diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD index fbee44835..cb250d0d6 100644 --- a/extra/soprano/PKGBUILD +++ b/extra/soprano/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 164829 2012-08-06 23:06:28Z andrea $ +# $Id: PKGBUILD 177766 2013-02-08 09:03:19Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Tobias Powalowski pkgname=soprano -pkgver=2.8.0 -pkgrel=2 +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/' @@ -12,10 +12,9 @@ license=('GPL' 'LGPL') depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base') makedepends=('cmake' 'openjdk6' 'doxygen') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('273c3403aeb6d8a43e78a4887f50a385') +md5sums=('90134eaaf40b6663dd01cfaefdaba7fb') build() { - cd "${srcdir}" mkdir build cd build . /etc/profile.d/openjdk6.sh @@ -29,6 +28,6 @@ build() { } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf