summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2020-06-27 22:11:59 -0400
committerAdam Goldsmith2020-06-27 22:12:24 -0400
commitdddce123c9832e13c039763c9100f4576427693a (patch)
tree98e12173ba8217915d263d34a73fcb8777c0bd19
parente634cb69c1269e743e8ad0f1221048a5617274ae (diff)
downloadaur-dddce123c9832e13c039763c9100f4576427693a.tar.gz
Fix checksum for 7.0.0, whoops
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b0fa94ea14f..20c1e1b56cae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = python-kiss
depends = python
depends = python-pyserial
source = https://files.pythonhosted.org/packages/source/k/kiss/kiss-7.0.0.tar.gz
- md5sums = 04acf4d8fe50d9150d19ead55a25c015
+ md5sums = dce6aa68437f19e7092434b2c4700b4b
pkgname = python-kiss
diff --git a/PKGBUILD b/PKGBUILD
index cf15888986d4..148d58e436c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/ampledata/kiss"
license=('Apache')
depends=(python python-pyserial)
source=("https://files.pythonhosted.org/packages/source/k/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('04acf4d8fe50d9150d19ead55a25c015')
+md5sums=('dce6aa68437f19e7092434b2c4700b4b')
package() {
cd $_pkgname-$pkgver/