[arch-commits] CVS update of extra/lib/soprano (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Jan 6 18:32:57 UTC 2008


    Date: Sunday, January 6, 2008 @ 13:32:57
  Author: tpowa
    Path: /home/cvs-extra/extra/lib/soprano

Modified: PKGBUILD (1.2 -> 1.3)

'upgpkg: update to new version'


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: extra/lib/soprano/PKGBUILD
diff -u extra/lib/soprano/PKGBUILD:1.2 extra/lib/soprano/PKGBUILD:1.3
--- extra/lib/soprano/PKGBUILD:1.2	Tue Dec 11 08:45:49 2007
+++ extra/lib/soprano/PKGBUILD	Sun Jan  6 13:32:57 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.2 2007/12/11 13:45:49 tpowa Exp $
+# $Id: PKGBUILD,v 1.3 2008/01/06 18:32:57 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=soprano
-pkgver=1.99rc2
+pkgver=1.99rc2.757589
 pkgrel=1
 pkgdesc="Soprano is a library which provides a QT wrapper API to different RDF storage solutions."
 arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@
 depends=('qt>=4.3.2' 'clucene' 'redland')
 makedepends=('cmake' 'pkgconfig')
 # svn snapshot: svn co svn://anonsvn.kde.org/home/kde/trunk/kdesupport/soprano
-source=(http://belnet.dl.sourceforge.net/sourceforge/soprano/$pkgname-1.99-rc2.tar.bz2
-	#ftp://ftp.archlinux.org/other/soprano/$pkgname-$pkgver.tar.bz2
+source=(#http://belnet.dl.sourceforge.net/sourceforge/soprano/$pkgname-1.99-rc2.tar.bz2
+	ftp://ftp.archlinux.org/other/soprano/$pkgname-$pkgver.tar.bz2
 	)
 options=(!libtool)
 
 build() {
   # start building
-  cd $startdir/src/$pkgname-1.99-rc2
+  cd $startdir/src/$pkgname
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
   make VERBOSE=1 || return 1
   make DESTDIR=$startdir/pkg install || return 1
 }
-md5sums=('78ae22f085e5e9eb06ee7cda23ecfa0f')
+md5sums=('45351d902c2fbd18f5b223494277acfe')




More information about the arch-commits mailing list