summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Laker2019-09-09 00:20:58 -0400
committerKyle Laker2019-09-09 00:20:58 -0400
commitb20b355afedce869fb0c0ef47302784a16404e2c (patch)
tree1408d5a3e1f39d90ed529d7bd7e9196ce0e258bc
parentdf03d048004ad3a261dc412a9d314707d646f4e2 (diff)
downloadaur-b20b355afedce869fb0c0ef47302784a16404e2c.tar.gz
Update hash to use SHA256 provided from upstream
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42fafdaa32bc..5c7857a023da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-click-completion'
_name="${pkgname#python-}"
pkgver='0.5.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://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha512sums=('7d84eaca50f78ce1abfb485d3d63c3625d1454ae54c86eeebf03e5aeb8fcbb1f3afcac8202b1c44549aaecb2fc480491a5ce082bec30b1cab9e731acc1875cc2')
+sha256sums=('78072eecd5e25ea0d25ceaf99cd5f22aa2667d67231ae0819deab9b1ff3456fb')
build() {
cd "${srcdir}/${_name}-${pkgver}"