summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-action[bot]2023-07-17 17:52:37 +0000
committergithub-action[bot]2023-07-17 17:52:37 +0000
commitbd6788bfd4fed18a9fc2e08514f45eb6e50c0f88 (patch)
treeebd6645cb4688741e0414d2b95bbbdea5b7f01ba /PKGBUILD
parent04802581994cd6e6500fc24cec1a00986c393b0e (diff)
downloadaur-sh-undollar.tar.gz
Update to 0.0.5
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