summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 500d2859e089..f1a9cd85f741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name='click-didyoumean'
pkgname='python-click-didyoumean'
pkgver='0.0.3'
-pkgrel=1
+pkgrel=2
pkgdesc='Enable git-like did-you-mean feature in Click.'
arch=('any')
url='https://github.com/click-contrib/click-didyoumean'
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-click')
makedepends=('python-setuptools')
source=("https://github.com/click-contrib/${_name}/archive/v${pkgver}.tar.gz")
-md5sums=(8f7e39fe489aeb124263af4641b243f0)
+sha512sums=('6e832881817645eb8fa3a40acaab74a7f0dcc798aa984781a011b2ef78da2a4ae71ff2d58907bcbb35adbfc659727223c28c3622788eef05ecbdf758d6ac889d')
build() {
cd "${srcdir}/${_name}-${pkgver}"