summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2021-07-11 05:01:36 -0400
committerWilson E. Alvarez2021-07-11 05:01:36 -0400
commita4fac982b71f81cea151efd04371a663e58fa866 (patch)
treef35d64f5f7b2ab989bd48a2a6427b05f2c96f551
parent79d3f090b940b851ba9f0f25e80d2f1ebd881c99 (diff)
downloadaur-a4fac982b71f81cea151efd04371a663e58fa866.tar.gz
v4.10.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba01ebb10e49..d9a2ad52b3fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = gdx-texture-packer-gui
pkgdesc = A gui for the command line gdx-texturepacker
- pkgver = 4.8.2
+ pkgver = 4.10.0
pkgrel = 1
url = https://github.com/crashinvaders/gdx-texture-packer-gui
arch = x86_64
license = Apache
depends = java-runtime
depends = unzip
- source = https://github.com/crashinvaders/gdx-texture-packer-gui/releases/download/4.8.2/gdx-texturepacker-4.8.2.zip
- md5sums = 1ef303640f20e99d702c3a58ce467dc0
+ source = https://github.com/crashinvaders/gdx-texture-packer-gui/releases/download/4.10.0/gdx-texturepacker-4.10.0.zip
+ sha256sums = 570436defb2c00d22e34010d4cf8dcade9cdcc27146731bc29830aa92ee5f1a5
pkgname = gdx-texture-packer-gui
-
diff --git a/PKGBUILD b/PKGBUILD
index 740e475981bb..9ce1fbab73c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-#Maintainer: Andrew Bueide <abueide@protonmail.com>
+#Maintainer: Wilson E. Alvarez <wilson.e.alvarez1@gmail.com>
+#Contributor: Andrew Bueide <abueide@protonmail.com>
pkgname="gdx-texture-packer-gui"
-pkgver=4.8.2
+pkgver=4.10.0
pkgrel=1
pkgdesc="A gui for the command line gdx-texturepacker"
arch=('x86_64')
@@ -8,7 +9,7 @@ url="https://github.com/crashinvaders/gdx-texture-packer-gui"
license=('Apache')
depends=('java-runtime' 'unzip')
-md5sums=('1ef303640f20e99d702c3a58ce467dc0')
+sha256sums=('570436defb2c00d22e34010d4cf8dcade9cdcc27146731bc29830aa92ee5f1a5')
source=("https://github.com/crashinvaders/gdx-texture-packer-gui/releases/download/${pkgver}/gdx-texturepacker-${pkgver}.zip")