summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefanwimmer1282023-06-19 22:10:19 +0200
committerstefanwimmer1282023-06-19 22:10:19 +0200
commit5bfe65f411146e4d7a6d8ffa3e0f9442d66ae3fa (patch)
tree6262a0c46267498e0093d75d8bb5653018b26337
parentd900d3bb92e87d89088fa3caa96082b1a37f5417 (diff)
downloadaur-5bfe65f411146e4d7a6d8ffa3e0f9442d66ae3fa.tar.gz
Update to 0.5.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a6e5c501e9d..bdeaef33d019 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jq.sh-bin
pkgdesc = jq-in-shell integration library
- pkgver = 0.4.0.r1
- pkgrel = 2
+ pkgver = 0.5.0.r1
+ pkgrel = 1
url = https://git.stefanwimmer128.eu/stefanwimmer128/jq.sh
arch = any
license = MPL2
@@ -11,7 +11,7 @@ pkgbase = jq.sh-bin
optdepends = yq: Adds support for yq, xq and tomlq
provides = jq.sh
conflicts = jq.sh
- source = https://git.stefanwimmer128.io/api/v4/projects/150/packages/generic/jq.sh/0.4.0-1/jq.sh-0.4.0-1-any.pkg.tar.zst
- sha256sums = ae8cb9b4f61db2dfb94c00cf23d187c6d1f75fa0c3700c67163120cb9a35f035
+ source = https://git.stefanwimmer128.io/api/v4/projects/150/packages/generic/jq.sh/0.5.0-1/jq.sh-0.5.0-1-any.pkg.tar.zst
+ sha256sums = 4c7e622fd2d9fc1c6c4a532435425a8bdcae6012ef8cd53bf0d69d4abbbac723
pkgname = jq.sh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 54808d82cc6e..78458e54417e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=jq.sh
pkgname=$_pkgname-bin
-_pkgver=0.4.0-1
+_pkgver=0.5.0-1
pkgver=${_pkgver//-/.r}
-pkgrel=2
+pkgrel=1
pkgdesc='jq-in-shell integration library'
_arch=any
arch=($_arch)
@@ -15,7 +15,7 @@ optdepends=('yq: Adds support for yq, xq and tomlq')
provides=($_pkgname)
conflicts=($_pkgname)
source=("https://git.stefanwimmer128.io/api/v4/projects/150/packages/generic/$_pkgname/$_pkgver/$_pkgname-$_pkgver-$_arch.pkg.tar.zst")
-sha256sums=('ae8cb9b4f61db2dfb94c00cf23d187c6d1f75fa0c3700c67163120cb9a35f035')
+sha256sums=('4c7e622fd2d9fc1c6c4a532435425a8bdcae6012ef8cd53bf0d69d4abbbac723')
build() {
rm "$_pkgname-$_pkgver-$_arch.pkg.tar.zst"