Date: Wednesday, January 20, 2010 @ 04:07:23 Author: andrea Revision: 64432
requires redland 1.0.10-2 Modified: soprano/kde-unstable/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-20 09:01:36 UTC (rev 64431) +++ PKGBUILD 2010-01-20 09:07:23 UTC (rev 64432) @@ -3,24 +3,24 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=soprano -pkgver=2.3.70.20100119 -pkgrel=2 +pkgver=2.3.70.20100120 +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' 'libiodbc' 'virtuoso') +depends=('qt' 'clucene' 'redland>=1.0.10-2' 'libiodbc' 'virtuoso') makedepends=('cmake') #source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2") -md5sums=('9a4818a8712828728fb835039d59aabf') +md5sums=('f643bb0e7e541ce83e8f353c6c6a117d') build() { - cd "${srcdir}" + cd ${srcdir} mkdir build cd build # we need the rpath - cmake "../${pkgname}-${pkgver}" \ + cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \
