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 acd35acf07f5..dca90d797003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=halp-bin
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="A CLI tool to get help with CLI tools"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
-sha512sums_x86_64=('2c0c1a38c21bf55d0c4e7eefa18a806665275506330cc660f520bc02c1208adb6818849765c1fadb57eaa48d9ba470adaf85925df07ecd68e0a295c6baa5d177')
+sha512sums_x86_64=('f902993eb5fbe77dfa3779b70804e6b2ef5137ae130b6535cd4c20effbb9b80d7f211fe5b2132af511b2cd922cf5b8cb822a26e329514f7be37c77b5054fd55b')
package() {
cd "${pkgname%-bin}-$pkgver"