summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 714565f1eceb..91dca3ac8f71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 29 12:06:33 UTC 2017
+# Fri Sep 29 12:44:04 UTC 2017
pkgbase = python-executor
pkgdesc = Programmer friendly subprocess wrapper
pkgver = 18.0
@@ -15,7 +15,7 @@ pkgbase = python-executor
depends = python-property-manager
depends = python-six
source = https://github.com/xolox/python-executor/archive/18.0.tar.gz
- md5sums = 8419bfaa23f7bb5e634221d47f9ae1c4
+ md5sums = c0d42131b412adc99845254cddaded5b
pkgname = python-executor
diff --git a/PKGBUILD b/PKGBUILD
index 7e0a2595c1d2..ba1b6174ab3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('MIT')
depends=('python' 'python-coloredlogs' 'python-fasteners' 'python-humanfriendly' 'python-property-manager' 'python-six')
makedepends=('python-setuptools')
source=("https://github.com/xolox/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('8419bfaa23f7bb5e634221d47f9ae1c4')
+md5sums=('c0d42131b412adc99845254cddaded5b')
arch=('any')
package() {