summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent6470605467a08cb3dd92c9e7d1002a4e816e1c08 (diff)
downloadaur-bd9490e3b270ea5db8c7d9c4433a2d3ca9ea1703.tar.gz
Update to v4.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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