diff options
Diffstat (limited to 'kde-unstable/soprano/PKGBUILD')
-rw-r--r-- | kde-unstable/soprano/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/kde-unstable/soprano/PKGBUILD b/kde-unstable/soprano/PKGBUILD index 77b8d6fb9..8f30b6c0c 100644 --- a/kde-unstable/soprano/PKGBUILD +++ b/kde-unstable/soprano/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 159614 2012-05-25 21:30:09Z andrea $ +# $Id: PKGBUILD 160186 2012-05-30 08:17:09Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@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 @@ url='http://soprano.sourceforge.net/' 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 @@ build() { 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 \ |