summaryrefslogtreecommitdiff
path: root/community/python2-xapian/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:15:08 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:15:08 -0300
commit44ae571c1d57a21af2c915b42bb656cf0d69c9ee (patch)
tree757e53f443e27a95d1b1b0cdf337c2147953fc46 /community/python2-xapian/PKGBUILD
parenteadbb9961b89668e4aed317f5dd97cb04e86663e (diff)
parent1d20e4962664ab152948a14b4320b12204a1053e (diff)
Merge branch 'master' of gparabola:abslibre/abslibre-pre-mips64el
Conflicts: community/libftdi/PKGBUILD community/lxshortcut/PKGBUILD community/pcmanfm/PKGBUILD community/qingy/PKGBUILD community/yagf/PKGBUILD extra/ethtool/PKGBUILD extra/gptfdisk/PKGBUILD extra/postgresql/PKGBUILD extra/xfburn/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'community/python2-xapian/PKGBUILD')
-rw-r--r--community/python2-xapian/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/python2-xapian/PKGBUILD b/community/python2-xapian/PKGBUILD
index 668f7c797..00542c856 100644
--- a/community/python2-xapian/PKGBUILD
+++ b/community/python2-xapian/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 99157 2013-10-25 05:16:11Z fyan $
+# $Id: PKGBUILD 105927 2014-02-19 11:00:34Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: DonVla <donvla/users.sourceforge/net>
# Contributor: Hervé Cauwelier <herve/oursours/net>
pkgname=python2-xapian
_realname=xapian-bindings
-pkgver=1.2.15
+pkgver=1.2.17
epoch=1
-pkgrel=2
+pkgrel=1
pkgdesc="Python bindings for Xapian"
arch=(i686 x86_64 mips64el)
url="http://xapian.org/docs/bindings/python/"
license=('GPL')
depends=('python2' "xapian-core=$epoch:$pkgver")
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
build() {
- cd "$srcdir/${_realname}-$pkgver"
+ cd ${_realname}-$pkgver
LDFLAGS=-lpython2.7 ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
--prefix=/usr --with-python \
@@ -26,10 +26,10 @@ build() {
}
package() {
- cd "$srcdir/${_realname}-$pkgver"
+ cd ${_realname}-$pkgver
make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
-sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')
+sha512sums=('4c8348ece62b57c4442e8cb16282b7da2a8ebecaf99eefbb263795c1451f1395c2073ea311df0159e74a4d52029682034926526b17554627cf8e286f328f36a7')