[arch-commits] Commit in pystatgrab/trunk (PKGBUILD pystatgrab.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Nov 6 22:55:03 UTC 2014


    Date: Thursday, November 6, 2014 @ 23:55:03
  Author: jlichtblau
Revision: 122127

upgpkg: pystatgrab 0.6-1

Modified:
  pystatgrab/trunk/PKGBUILD
  pystatgrab/trunk/pystatgrab.changelog

----------------------+
 PKGBUILD             |   10 +++++-----
 pystatgrab.changelog |    3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-06 22:26:30 UTC (rev 122126)
+++ PKGBUILD	2014-11-06 22:55:03 UTC (rev 122127)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Ideler <hugoideler at dse.nl>
 
 pkgname=pystatgrab
-pkgver=0.5
-pkgrel=7
+pkgver=0.6
+pkgrel=1
 pkgdesc="Python bindings for libstatgrab"
 arch=('i686' 'x86_64')
 url="http://www.i-scream.org/pystatgrab"
@@ -11,11 +11,11 @@
 license=('GPL')
 depends=('python2' 'libstatgrab')
 source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
+sha256sums=('eee0a65e1084628008222223bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   python2 setup.py build
-  python2 setup.py install --prefix=${pkgdir}/usr
+  python2 setup.py install --prefix="${pkgdir}"/usr
 }

Modified: pystatgrab.changelog
===================================================================
--- pystatgrab.changelog	2014-11-06 22:26:30 UTC (rev 122126)
+++ pystatgrab.changelog	2014-11-06 22:55:03 UTC (rev 122127)
@@ -1,3 +1,6 @@
+2014-11-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* pystatgrab 0.6-1
+
 2013-02-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 	* pystatgrab 0.5-6 clean-up $pkgdir usage
 



More information about the arch-commits mailing list