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

Felix Yan fyan at nymeria.archlinux.org
Wed Jan 30 03:11:55 UTC 2013


    Date: Wednesday, January 30, 2013 @ 04:11:55
  Author: fyan
Revision: 83345

upgpkg: python-sh 1.08-1

Modified:
  python-sh/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-30 02:31:17 UTC (rev 83344)
+++ PKGBUILD	2013-01-30 03:11:55 UTC (rev 83345)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Maintainer: Felix Yan <felixonmars at gmail.com>
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 _pkgname=sh
 pkgname=("python-$_pkgname" "python2-$_pkgname")
-pkgver=1.07
-pkgrel=4
+pkgver=1.08
+pkgrel=1
 pkgdesc='Subprocess interface that allows you to call any program as if it were a function'
 arch=('any')
 url='http://pypi.python.org/pypi/sh'
 license=('MIT')
 makedepends=('python-distribute' 'python2-distribute')
 source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz")
-sha256sums=('0256bc7d5839daa298145f932bf9cc823d3ee54fa216e3fe52849c7d7f2e1d6e')
 
 build() {
   cd "$srcdir"
@@ -41,3 +41,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('4028bcba85daa0aef579ed24261e88a3')




More information about the arch-commits mailing list