summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFalko Galperin2021-08-03 19:56:06 +0200
committerFalko Galperin2021-08-03 19:56:06 +0200
commitf12fe05f41ba6abb0179bd7ce34e0dbff3c98100 (patch)
tree656e022a17f778ce549e050d343a29f4d33a93e9 /PKGBUILD
parentc7ca5436691e4768a04ac17cc0a66e6b74faafd1 (diff)
downloadaur-f12fe05f41ba6abb0179bd7ce34e0dbff3c98100.tar.gz
Fix incorrect hash for v0.9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5648d999356..fa356365a217 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=('python-readabilipy: Improves output of web articles')
changelog=$pkgname.changelog.md
install=$pkgname.install
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=("845005b0beacc1d42f67271cc027e85ffc5224f992e3289d8c3b53523a226bbe")
+sha256sums=("a9c0894edc019198b4753fca0ccd99f7d7b8a740382a670045e657f95a119940")
build() {
cd "$pkgname-$pkgver/"