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 8c73b98b792b..5a3ed11cffdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# shellcheck shell=bash disable=SC2034,SC2154
_pkgname=undollar
pkgname=sh-$_pkgname
-pkgver=0.0.4
+pkgver=0.0.5
pkgrel=1
pkgdesc="strip the dollar sign from the beginning of the terminal command"
arch=(any)
@@ -11,7 +11,7 @@ license=(GPL3)
provides=(undollar)
conflicts=(undollar)
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('101575978d1a5b661597fe1bfe419508c61bb4ee89a82498b58d05a5dfed0c49')
+sha256sums=('29140b79e4eb6a3281a7defe43108dcd05133c6b7a92e2ec5a9716eb9216fbbb')
build() {
cd "$_pkgname-$pkgver" || return 1