summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2021-12-13 21:30:37 -0500
committerWilson E. Alvarez2021-12-13 21:30:37 -0500
commitffb6dda34f36e24bb0c7639f8a76f1f5ab5bf399 (patch)
tree6928315b8295a7c6b0b405886bb4ffc0bc0cdea9
parente09f7b069f3c58dac6050ced3bec64b5edeb73f3 (diff)
downloadaur-ffb6dda34f36e24bb0c7639f8a76f1f5ab5bf399.tar.gz
This package is not specific to x86_64. It is cross-platform.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cc3cde2b7b9..b4ea4b1e1f6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = gdx-texture-packer-gui
pkgdesc = A gui for the command line gdx-texturepacker
pkgver = 4.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/crashinvaders/gdx-texture-packer-gui
- arch = x86_64
+ arch = any
license = Apache
depends = java-runtime
- depends = unzip
source = https://github.com/crashinvaders/gdx-texture-packer-gui/releases/download/4.10.1/gdx-texturepacker-4.10.1.zip
sha256sums = 179e1c377d9953b322ef4f150658b814f880f6c2303cb06c8993146c61b3e13f
diff --git a/PKGBUILD b/PKGBUILD
index 0a7dfce7927b..441114e162bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
#Contributor: Andrew Bueide <abueide@protonmail.com>
pkgname="gdx-texture-packer-gui"
pkgver=4.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="A gui for the command line gdx-texturepacker"
-arch=('x86_64')
+arch=('any')
url="https://github.com/crashinvaders/gdx-texture-packer-gui"
license=('Apache')
-depends=('java-runtime' 'unzip')
+depends=('java-runtime')
sha256sums=('179e1c377d9953b322ef4f150658b814f880f6c2303cb06c8993146c61b3e13f')