summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Spradling2017-03-31 21:13:55 -0400
committerMichael Spradling2017-03-31 21:13:55 -0400
commit29f1c330e319368eaece1fc596f67d07bfdd4158 (patch)
tree71578bcfe9a3a77f96ad122f796398f439a5a478 /PKGBUILD
parent0f3ec2c0240f673752c72731b55dcb371258a6d1 (diff)
downloadaur-29f1c330e319368eaece1fc596f67d07bfdd4158.tar.gz
Update to 0.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2072b9fab353..d6d63f5ec54d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Michael Spradling <mike@mspradling.com>
pkgname=python-easyprocess
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="EasyProcess is an easy to use python subprocess interface."
arch=(any)
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=('3954945becf4f35e7a38a6b563cb0d05')
+source=(https://pypi.python.org/packages/0d/f1/d2de7591e7dfc164d286fa16f051e6c0cf3141825586c3b04ae7cda7ac0f/EasyProcess-${pkgver}.tar.gz)
+md5sums=('d08c91cbb2cc4603297968e1ed9eac0f')
package() {
cd "${srcdir}/EasyProcess-${pkgver}"