Update sha256sum

Updated the sha256sum to make the Package compilable under Arch.
This commit is contained in:
fastgar 2019-12-23 14:47:01 +01:00 committed by GitHub
parent 6e0ea909e5
commit 30a1386599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,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=('8d93ed8bfee1a979e8d06646e162b70316e2097e16243636d81011ba1000627a')
sha256sums=('886531ca9d8d1a5a93a3db96e9fc64154a03f6de428c74c722b41057bceca266')
prepare() {
cd "${pkgname}-${pkgver}"