diff options
Diffstat (limited to 'extra/soprano')
-rw-r--r-- | extra/soprano/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD index 5e47b1ec2..b44395501 100644 --- a/extra/soprano/PKGBUILD +++ b/extra/soprano/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151914 2012-03-04 09:57:03Z andrea $ +# $Id: PKGBUILD 159138 2012-05-16 18:32:58Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=soprano -pkgver=2.7.5 +pkgver=2.7.6 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=('9d881ce405354da4f7c2eeee386e2859') +md5sums=('8eee947956134ea4aa2d1e94ddbd551e') build() { cd "${srcdir}" |