summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentffb6dda34f36e24bb0c7639f8a76f1f5ab5bf399 (diff)
downloadaur-4b8b339e05cac33607b9951694f994375c069145.tar.gz
unzip is required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')