summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042025-04-26 09:27:58 -0400
committerkj-sh6042025-04-26 09:27:58 -0400
commit591a67d1e076778ed954dcd6b661fe82b33fb62b (patch)
treefdf96fda00b10156cf3c42b18499397d52b4f403
parentfb91e4ac3a9fd1aa0c9a41cedc2c3650877f7d5a (diff)
upgpkg: `batcher-1.0.2`
-rw-r--r--gimp-batcher-kj_sh604/.SRCINFO6
-rw-r--r--gimp-batcher-kj_sh604/PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/gimp-batcher-kj_sh604/.SRCINFO b/gimp-batcher-kj_sh604/.SRCINFO
index e29db29..ed083ca 100644
--- a/gimp-batcher-kj_sh604/.SRCINFO
+++ b/gimp-batcher-kj_sh604/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-batcher-kj_sh604
pkgdesc = A batch processing plugin for the new generation of GIMP
- pkgver = 1.0_RC4
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/kamilburda/batcher
arch = i686
@@ -10,7 +10,7 @@ pkgbase = gimp-batcher-kj_sh604
depends = gimp>=3.0
depends = python>=3.7
depends = python-gobject
- source = https://github.com/kamilburda/batcher/releases/download/1.0-RC4/batcher-1.0-RC4.zip
- sha256sums = d214d498637a6632a0e5d95d3c6caea8aec4009a8ad7b624619d0d021c3200fc
+ source = https://github.com/kamilburda/batcher/releases/download/1.0.2/batcher-1.0.2.zip
+ sha256sums = fa9a83a4a278880f504e546f10503de3bfb2f07aa1e96668f9a778de7c7d936f
pkgname = gimp-batcher-kj_sh604
diff --git a/gimp-batcher-kj_sh604/PKGBUILD b/gimp-batcher-kj_sh604/PKGBUILD
index 8e7d9b4..75b4232 100644
--- a/gimp-batcher-kj_sh604/PKGBUILD
+++ b/gimp-batcher-kj_sh604/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kj_sh604 <406hs_jk@proton.me>
pkgname=gimp-batcher-kj_sh604
-pkgver=1.0_RC4
+pkgver=1.0.2
pkgrel=1
pkgdesc="A batch processing plugin for the new generation of GIMP"
arch=('i686' 'x86_64')
@@ -10,9 +10,10 @@ license=('BSD')
depends=('gimp>=3.0' 'python>=3.7' 'python-gobject')
makedepends=('unzip')
# convert pkgver: replace underscores with hyphens for url usage
-_sourcever=${pkgver//_/-}
+#_sourcever=${pkgver//_/-}
+_sourcever=${pkgver}
source=("https://github.com/kamilburda/batcher/releases/download/${_sourcever}/batcher-${_sourcever}.zip")
-sha256sums=('d214d498637a6632a0e5d95d3c6caea8aec4009a8ad7b624619d0d021c3200fc')
+sha256sums=('fa9a83a4a278880f504e546f10503de3bfb2f07aa1e96668f9a778de7c7d936f')
prepare() {
cd "$srcdir"