[arch-commits] Commit in python-pyparsing/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jul 18 19:38:36 UTC 2013


    Date: Thursday, July 18, 2013 @ 21:38:36
  Author: arodseth
Revision: 94280

upgpkg: python-pyparsing 2.0.1-1

Modified:
  python-pyparsing/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-18 19:28:01 UTC (rev 94279)
+++ PKGBUILD	2013-07-18 19:38:36 UTC (rev 94280)
@@ -6,7 +6,7 @@
 # Contributor: Michael Krauss <hippodriver at gmx.net>
 
 pkgname=python-pyparsing
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
@@ -14,10 +14,11 @@
 license=('MIT')
 makedepends=('python')
 source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz")
-sha256sums=('79f9a468b7faad54122369b333e09a7cb80e9b68af4401bf0d19c1e7af646d0e')
+sha256sums=('0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4')
 
 package() {
   cd "$srcdir/pyparsing-$pkgver"
+
   rm -rf build
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"




More information about the arch-commits mailing list