summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 264852e38762..7b9d2cd7b5ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = hub-kids
arch = x86_64
license = unknown
depends = sdl2
+ depends = unzip
optdepends = chromium: a modern browser for the application to work
optdepends = firefox: a modern browser for the application to work
optdepends = google-chrome: a modern browser for the application to work
diff --git a/PKGBUILD b/PKGBUILD
index 876b94b520f8..14f13008dd57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="La piattaforma facile, gratuita e innovativa per la didattica digitale.
arch=('x86_64')
url="https://www.hubscuola.it/download-app"
license=('unknown')
-depends=("sdl2")
+depends=('sdl2' 'unzip')
optdepends=(
'chromium: a modern browser for the application to work'
'firefox: a modern browser for the application to work'