summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da8ba69171bf..2072b9fab353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Spradling <mike@mspradling.com>
pkgname=python-easyprocess
-pkgver=0.1.9
+pkgver=0.2.2
pkgrel=1
pkgdesc="EasyProcess is an easy to use python subprocess interface."
arch=(any)
@@ -8,7 +8,7 @@ url="https://pypi.python.org/pypi/EasyProcess"
license=('BSD')
depends=('python>=3.2' 'python-setuptools')
source=(https://pypi.python.org/packages/source/E/EasyProcess/EasyProcess-${pkgver}.tar.gz)
-md5sums=('3da72e2fe16781fe5c7b3b0c6c40ee7b')
+md5sums=('3954945becf4f35e7a38a6b563cb0d05')
package() {
cd "${srcdir}/EasyProcess-${pkgver}"