summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2022-12-15 21:21:47 -0500
committerWilson E. Alvarez2022-12-15 21:21:47 -0500
commitbd9490e3b270ea5db8c7d9c4433a2d3ca9ea1703 (patch)
tree5101c7b99ccaf10293797045e411c7e35e59e3b5
parent6470605467a08cb3dd92c9e7d1002a4e816e1c08 (diff)
downloadaur-bd9490e3b270ea5db8c7d9c4433a2d3ca9ea1703.tar.gz
Update to v4.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9ef13ee7f69..d69b7d5173c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gdx-texture-packer-gui
pkgdesc = A gui for the command line gdx-texturepacker
- pkgver = 4.10.2
+ pkgver = 4.11.0
pkgrel = 1
url = https://github.com/crashinvaders/gdx-texture-packer-gui
arch = any
license = Apache
depends = java-runtime
depends = unzip
- source = https://github.com/crashinvaders/gdx-texture-packer-gui/releases/download/4.10.2/gdx-texturepacker-4.10.2.zip
- sha256sums = 867809d5e88fd144ad70e98a79fe745dc15dee8afd6ef33a6a347afdbfaf4389
+ source = https://github.com/crashinvaders/gdx-texture-packer-gui/releases/download/4.11.0/gdx-texturepacker-4.11.0.zip
+ sha256sums = e07f5d04023f515915c4d26a4284656b20dc7b5b531e05d065a82144ba3e9d3a
pkgname = gdx-texture-packer-gui
diff --git a/PKGBUILD b/PKGBUILD
index 0b46cc090c57..1536de0230e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Wilson E. Alvarez <wilson.e.alvarez1@gmail.com>
#Contributor: Andrew Bueide <abueide@protonmail.com>
pkgname="gdx-texture-packer-gui"
-pkgver=4.10.2
+pkgver=4.11.0
pkgrel=1
pkgdesc="A gui for the command line gdx-texturepacker"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/crashinvaders/gdx-texture-packer-gui"
license=('Apache')
depends=('java-runtime' 'unzip')
source=("https://github.com/crashinvaders/gdx-texture-packer-gui/releases/download/${pkgver}/gdx-texturepacker-${pkgver}.zip")
-sha256sums=('867809d5e88fd144ad70e98a79fe745dc15dee8afd6ef33a6a347afdbfaf4389')
+sha256sums=('e07f5d04023f515915c4d26a4284656b20dc7b5b531e05d065a82144ba3e9d3a')
prepare() {
printf "#!/bin/sh\nexec /usr/bin/java -jar '/usr/share/java/${pkgname}/${pkgname}.jar'\n" > ${pkgname}.sh