summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfl0w12017-09-01 14:29:26 +0200
committerfl0w12017-09-01 14:29:26 +0200
commit62ca7f11e42a432905669e0ae482dc5b663dbd92 (patch)
treea8f47982c8ca2a3f60e16618b887e20b2be26f6d
parent3b727215460d005ed64a16cfc3a6ed3abccbd773 (diff)
downloadaur-62ca7f11e42a432905669e0ae482dc5b663dbd92.tar.gz
md5sum was wrong
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0715e206f584..f8b204e3eec3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://github.com/thombashi/subprocrunner/archive/v${pkgver}.tar.gz")
-md5sums=('ab5cd88223827ae1ec8dddad14dd9e09')
+md5sums=('2138d6e70444bea670eeebe2a58585b7')
build() {
cd "${srcdir}/${_module}-${pkgver}"