[arch-commits] Commit in strigi (kde-unstable kde-unstable/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Jan 7 13:50:50 UTC 2011


    Date: Friday, January 7, 2011 @ 08:50:49
  Author: andrea
Revision: 105195

upgpkg: strigi git20110107-1
use a current snapshot to fix the segfault

Added:
  strigi/kde-unstable/
Modified:
  strigi/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2011-01-07 12:48:38 UTC (rev 105194)
+++ kde-unstable/PKGBUILD	2011-01-07 13:50:49 UTC (rev 105195)
@@ -3,20 +3,20 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=strigi
-pkgver=0.7.2
-pkgrel=3
+pkgver=git20110107
+pkgrel=1
 pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
 arch=('i686' 'x86_64')
 url="http://www.vandenoever.info/software/strigi/"
 license=('GPL2')
 depends=('qt' 'clucene' 'bzip2' 'exiv2' 'libxml2')
 makedepends=('cmake' 'pkgconfig')
-source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('ca09ba176cf3ffe9afce4d92f38f9a85')
-options=('!libtool')
+source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('6f648631061c61328ee60c0287ad2e37')
+options=('!libtool' 'force')
 
 build() {
-  cd $srcdir
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \




More information about the arch-commits mailing list