diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-11 11:15:24 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-11 11:15:24 +0200 |
commit | ca00e02803cb7dc01db75874c99500a3cb063207 (patch) | |
tree | 5258271ecafe164689812005f64ae9939a5b0d34 /extra/soprano | |
parent | 09dea20d0ca4b034a72f66c2bb22caa976ce1f85 (diff) | |
parent | 207b7c7b0d7bc0db898a2386a665bdb20495fb19 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/fdupes/PKGBUILD
core/nfs-utils/PKGBUILD
extra/gnutls/PKGBUILD
extra/maxima/PKGBUILD
extra/qt4/PKGBUILD
extra/sbcl/PKGBUILD
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 aee8750a3..c78ff1934 100644 --- a/extra/soprano/PKGBUILD +++ b/extra/soprano/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 184138 2013-05-02 15:21:00Z andrea $ +# $Id: PKGBUILD 185050 2013-05-10 17:29:50Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=soprano -pkgver=2.9.1 +pkgver=2.9.2 pkgrel=1 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data' arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base') makedepends=('cmake' 'doxygen') [ "$CARCH" != "mips64el" ] && makedepends+=('java-environment') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('c7beb1bda475f363fa0afb58edc541fe') +md5sums=('60ce910cf3c8e4655c614b45d73f2b2a') build() { mkdir build |