summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2021-12-13 21:32:42 -0500
committerWilson E. Alvarez2021-12-13 21:32:42 -0500
commit4b8b339e05cac33607b9951694f994375c069145 (patch)
tree015a297949bc238cf056e4f1996b1459a3c49c57
parentffb6dda34f36e24bb0c7639f8a76f1f5ab5bf399 (diff)
downloadaur-4b8b339e05cac33607b9951694f994375c069145.tar.gz
unzip is required
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4ea4b1e1f6c..4b669823cc20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = 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.1/gdx-texturepacker-4.10.1.zip
sha256sums = 179e1c377d9953b322ef4f150658b814f880f6c2303cb06c8993146c61b3e13f
diff --git a/PKGBUILD b/PKGBUILD
index 441114e162bf..5595da83f77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A gui for the command line gdx-texturepacker"
arch=('any')
url="https://github.com/crashinvaders/gdx-texture-packer-gui"
license=('Apache')
-depends=('java-runtime')
+depends=('java-runtime' 'unzip')
sha256sums=('179e1c377d9953b322ef4f150658b814f880f6c2303cb06c8993146c61b3e13f')