summarylogtreecommitdiffstats
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
parent04802581994cd6e6500fc24cec1a00986c393b0e (diff)
downloadaur-sh-undollar.tar.gz
Update to 0.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8195f092c6dd..61c2484d66bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sh-undollar
pkgdesc = strip the dollar sign from the beginning of the terminal command
- pkgver = 0.0.4
+ pkgver = 0.0.5
pkgrel = 1
url = https://github.com/Freed-Wu/undollar
arch = any
@@ -8,7 +8,7 @@ pkgbase = sh-undollar
makedepends = cmake
provides = undollar
conflicts = undollar
- source = https://github.com/Freed-Wu/undollar/archive/0.0.4.tar.gz
- sha256sums = 101575978d1a5b661597fe1bfe419508c61bb4ee89a82498b58d05a5dfed0c49
+ source = https://github.com/Freed-Wu/undollar/archive/0.0.5.tar.gz
+ sha256sums = 29140b79e4eb6a3281a7defe43108dcd05133c6b7a92e2ec5a9716eb9216fbbb
pkgname = sh-undollar
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