Arch Linux package for 2.1
authorAndrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
Thu, 27 Jan 2011 02:48:28 +0300
changeset 176 e167305851a0
parent 169 a083e23ed554
child 177 c7517e6c7698
Arch Linux package for 2.1
contrib/PKGBUILD
--- a/contrib/PKGBUILD	Sun Jan 23 22:39:34 2011 +0100
+++ b/contrib/PKGBUILD	Thu Jan 27 02:48:28 2011 +0300
@@ -1,7 +1,7 @@
 # Maintainer: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
 
 pkgname=python-opster
-pkgver=1.2
+pkgver=2.1
 pkgrel=1
 pkgdesc="Python command line parsing speedster"
 arch=(any)
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('python2')
 source=("http://pypi.python.org/packages/source/o/opster/opster-$pkgver.tar.gz")
-md5sums=('0effe6d98d0b8436cb371fe0d3a30915')
+md5sums=('771ff7f0b5de4ed99b2228b5a9f85c0e')
 
 build() {
     cd "$srcdir/opster-$pkgver"