From e363875b14479aa4c6ff12f3e4e7ed920df4e45f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Feb 2013 01:12:14 -0800 Subject: Sun Feb 3 01:12:00 PST 2013 --- community/pystatgrab/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/pystatgrab') diff --git a/community/pystatgrab/PKGBUILD b/community/pystatgrab/PKGBUILD index 661976425..9176acf68 100644 --- a/community/pystatgrab/PKGBUILD +++ b/community/pystatgrab/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 67748 2012-03-14 10:19:17Z giovanni $ +# $Id: PKGBUILD 83539 2013-02-02 14:53:33Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Hugo Ideler pkgname=pystatgrab pkgver=0.5 -pkgrel=5 +pkgrel=6 pkgdesc="Python bindings for libstatgrab" arch=('i686' 'x86_64') url="http://www.i-scream.org/pystatgrab" license=('GPL') depends=('python2' 'libstatgrab') source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('b7a3451ba682ebf167fcb43f1769a121') +sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8') -build() { +package() { cd ${srcdir}/$pkgname-$pkgver python2 setup.py build -- cgit v1.2.3-54-g00ecf