diff options
author | root <root@rshg054.dnsready.net> | 2013-02-09 00:07:22 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-09 00:07:22 -0800 |
commit | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (patch) | |
tree | 64f1532d7e6e652c2ea5a0bb5efd7ea36f431535 /extra/soprano | |
parent | 7c92c5fcfb5653f63243842299e413672653d1ad (diff) |
Sat Feb 9 00:07:22 PST 2013
Diffstat (limited to 'extra/soprano')
-rw-r--r-- | extra/soprano/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
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 <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> 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 } |