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 198153f8453e..ad49ea4d343b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name='click-completion'
pkgname='python-click-completion'
pkgver='0.2.1'
-pkgrel=1
+pkgrel=2
pkgdesc='Fish, Bash, Zsh, and PowerShell completion for Click.'
arch=('any')
url='https://github.com/click-contrib/click-completion'
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-click' 'python-jinja')
makedepends=('python-setuptools')
source=("https://github.com/click-contrib/${_name}/archive/${pkgver}.tar.gz")
-md5sums=('68b1261ab229145dc5d0ec685d137aad')
+sha512sums=('a1de4da903ea6dac74404f54823f9b3cd0aefa66b596e85329239774ac6775ae8f09bbd80877e7b34747d804c7d9d1591338de30a1d570ef75e6beba3fa86fb8')
build() {
cd "${srcdir}/${_name}-${pkgver}"