summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfl0w12017-12-18 12:26:53 +0100
committerfl0w12017-12-18 12:26:53 +0100
commit106a2b8817c7eb8c76523e98fd158f2eebe3d90f (patch)
tree777dec250fe3b36fc029031f971e1e86e2c83aeb
parent6f33bbb2366aefb9505a5cd5ee71672cb4448bf7 (diff)
downloadaur-106a2b8817c7eb8c76523e98fd158f2eebe3d90f.tar.gz
Fixed checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db526a12cb83..2cce4cf4648a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = python-tcconfig
depends = python-pyparsing>=2.2.0
depends = python-six
source = https://github.com/thombashi/tcconfig/archive/v0.17.0.tar.gz
- md5sums = 84eddd4fc6d18dcb07a7913117f4a9d0
+ md5sums = 2da1b88c7fba61685893f8909ccfd18e
pkgname = python-tcconfig
diff --git a/PKGBUILD b/PKGBUILD
index cc123c1dca3d..59e6303c1230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://github.com/thombashi/tcconfig/archive/v${pkgver}.tar.gz")
-md5sums=('84eddd4fc6d18dcb07a7913117f4a9d0')
+md5sums=('2da1b88c7fba61685893f8909ccfd18e')
build() {
cd "${srcdir}/${_module}-${pkgver}"