[arch-commits] Commit in soprano/kde-unstable (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Wed May 30 08:16:44 UTC 2012
Date: Wednesday, May 30, 2012 @ 04:16:43
Author: andrea
Revision: 160185
upgpkg: soprano 2.7.56-1
Upstream release
Modified:
soprano/kde-unstable/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-05-30 07:32:36 UTC (rev 160184)
+++ PKGBUILD 2012-05-30 08:16:43 UTC (rev 160185)
@@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <tpowa at archlinux.org>
pkgname=soprano
-pkgver=2.7.6.git20120525
+pkgver=2.7.56
pkgrel=1
pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
arch=('i686' 'x86_64')
@@ -11,9 +11,8 @@
license=('GPL' 'LGPL')
depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
makedepends=('cmake' 'openjdk6' 'doxygen')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('fe2e81a54ed8e22e06e0bf4b394b4960')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('999781170ebcf3e1494127f2eda7aa00')
build() {
cd "${srcdir}"
@@ -21,7 +20,7 @@
cd build
. /etc/profile.d/openjdk6.sh
# we need the rpath
- cmake ../${pkgname}-${pkgver} \
+ cmake ../${pkgname}-${pkgver}-beta1 \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
More information about the arch-commits
mailing list