summaryrefslogtreecommitdiff
path: root/community/pystatgrab/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
commit0d39ef7beb328ed4956d782e184cef3b8a30517e (patch)
tree3fafb1d13f5780a139108168571cd8489a4f7fc1 /community/pystatgrab/PKGBUILD
parentc30d005256fc3ab9f8b83e4fded88289025ab4bf (diff)
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/celt/PKGBUILD extra/llvm/PKGBUILD extra/rasqal/PKGBUILD extra/rdesktop/PKGBUILD extra/speex/PKGBUILD extra/wireshark/PKGBUILD extra/xorg-sessreg/PKGBUILD extra/xorg-xdpyinfo/PKGBUILD extra/xorg-xset/PKGBUILD
Diffstat (limited to 'community/pystatgrab/PKGBUILD')
-rw-r--r--community/pystatgrab/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pystatgrab/PKGBUILD b/community/pystatgrab/PKGBUILD
index 18a8af4fd..dddd0d129 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 <dragonlord@aur.archlinux.org>
# Contributor: Hugo Ideler <hugoideler@dse.nl>
pkgname=pystatgrab
pkgver=0.5
-pkgrel=5
+pkgrel=6
pkgdesc="Python bindings for libstatgrab"
arch=('i686' 'x86_64' 'mips64el')
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