diff options
author | root <root@rshg054.dnsready.net> | 2013-10-13 00:50:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-13 00:50:27 -0700 |
commit | 39e9111d76d232d65ca0c43285dea5bd5d58d28e (patch) | |
tree | 0c3db28c33246728e109f38902759fa8dfc998b3 /extra/soprano | |
parent | 20bff71e3bf43ce7f3621da9cee37eb6ea3c14ad (diff) |
Sun Oct 13 00:49:56 PDT 2013
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 86a1e838d..05be0a0eb 100644 --- a/extra/soprano/PKGBUILD +++ b/extra/soprano/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 189903 2013-07-11 07:11:16Z andrea $ +# $Id: PKGBUILD 196389 2013-10-12 16:52:25Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=soprano -pkgver=2.9.3 +pkgver=2.9.4 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=('qt4' 'libiodbc' 'virtuoso-base' 'redland') makedepends=('cmake' 'java-environment' 'doxygen') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('714a729809943efd4b536ed15cd66aca') +md5sums=('91413e5783efeee0beb747ea4c5c9ef0') prepare() { mkdir build |