summaryrefslogtreecommitdiff
path: root/staging/strigi
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-05 23:14:45 +0000
committerroot <root@rshg054.dnsready.net>2011-10-05 23:14:45 +0000
commit068f1f30c0bba25b6b88cefbe982a72535fa1951 (patch)
tree1cbc872f02ee675155a7dc79fc637b4f2ed7e5e8 /staging/strigi
parent3567a49f79d2dbf828b723ab54982fa6c7ea1c80 (diff)
Wed Oct 5 23:14:44 UTC 2011
Diffstat (limited to 'staging/strigi')
-rw-r--r--staging/strigi/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/staging/strigi/PKGBUILD b/staging/strigi/PKGBUILD
index e05701d8b..09381a752 100644
--- a/staging/strigi/PKGBUILD
+++ b/staging/strigi/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 139526 2011-10-03 08:19:55Z andrea $
+# $Id: PKGBUILD 139755 2011-10-04 22:59:30Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=strigi
-pkgver=0.7.5
-pkgrel=5
+pkgver=0.7.6
+pkgrel=1
pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
arch=('i686' 'x86_64')
url="http://www.vandenoever.info/software/strigi/"
@@ -13,8 +13,9 @@ depends=('bzip2' 'exiv2' 'libxml2' 'boost-libs')
makedepends=('qt' 'cmake' 'pkg-config' 'boost')
optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various graphics file'
'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
-source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('0559e2ab65d187d30916e9ffe36e0fb6')
+#source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('41cddd39e4ae3f590d82c859a14e9261')
build() {
cd "${srcdir}"
@@ -28,8 +29,7 @@ build() {
-DENABLE_FAM=OFF \
-DENABLE_CLUCENE=OFF \
-DENABLE_CLUCENE_NG=OFF \
- -DENABLE_FFMPEG=OFF \
- -DENABLE_XINE=OFF
+ -DENABLE_FFMPEG=OFF
make
}