Date: Sunday, May 22, 2011 @ 08:59:48 Author: andrea Revision: 124470
upgpkg: soprano 2.6.50git20110522-1 bump to snapshot release Added: soprano/kde-unstable/ Modified: soprano/kde-unstable/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: kde-unstable/PKGBUILD =================================================================== --- trunk/PKGBUILD 2011-05-22 11:22:27 UTC (rev 124469) +++ kde-unstable/PKGBUILD 2011-05-22 12:59:48 UTC (rev 124470) @@ -3,16 +3,17 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=soprano -pkgver=2.6.0 -pkgrel=5 +pkgver=2.6.50git20110522 +pkgrel=1 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data' arch=('i686' 'x86_64') url='http://soprano.sourceforge.net/' license=('GPL' 'LGPL') depends=('qt' 'clucene' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso') makedepends=('cmake' 'openjdk6' 'doxygen') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('03ae49e87c6ec99e57d0433c2650846f') +#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +source=("${pkgname}-${pkgver}.tar.bz2"::'http://quickgit.kde.org/?p=soprano.git&a=snapshot&h=d70bf052edd6475dc6f89bee82c3ddee8dae46a0&fmt=tbz2') +md5sums=('28f88ef342e77d355da56117897f3e2c') build() { cd ${srcdir} @@ -20,7 +21,7 @@ cd build . /etc/profile.d/openjdk6.sh # we need the rpath - cmake ../${pkgname}-${pkgver} \ + cmake ../${pkgname} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=OFF \ -DCMAKE_INSTALL_PREFIX=/usr
