From 460ab57324aa4800f8109303d6b3e81fe7b33c12 Mon Sep 17 00:00:00 2001 From: Busindre Date: Tue, 7 May 2019 19:50:13 +0200 Subject: [PATCH] Update PKGBUILD The package creation using the PKGBUILD file fails because the hash is erroneous, the new hash256 has been added. --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 79165b0..0ac6f26 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,7 @@ # Maintainer: Christian Wieden # Contributor: Filip SzymaƄski +# Contributor: Busindre pkgname=hstr pkgver=1.24 @@ -11,7 +12,7 @@ url="https://github.com/dvorka/hstr" license=('Apache') makedepends=('autoconf' 'automake' 'ncurses' 'readline') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dvorka/${pkgname}/archive/${pkgver}.tar.gz) -sha256sums=('f0e9762f2a9587f0995bbd51cb64526ae852c2425ceb8ceee0747efba80ac6b3') +sha256sums=('8d93ed8bfee1a979e8d06646e162b70316e2097e16243636d81011ba1000627a') prepare() { cd "${pkgname}-${pkgver}"