From 30a1386599c32344ae64c94b3c08342ae830c9c2 Mon Sep 17 00:00:00 2001 From: fastgar Date: Mon, 23 Dec 2019 14:47:01 +0100 Subject: [PATCH] Update sha256sum Updated the sha256sum to make the Package compilable under Arch. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0d215c7..2a5e255 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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}"