diff options
Diffstat (limited to 'community/python2-xapian/PKGBUILD')
-rw-r--r-- | community/python2-xapian/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/python2-xapian/PKGBUILD b/community/python2-xapian/PKGBUILD index d6c8a1882..2b3a0b85d 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) 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') |