summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2018-10-04 19:01:10 +0200
committermax.bra2018-10-04 19:01:10 +0200
commitf785f048f287748c219b18bda3de0f322832db50 (patch)
treeae49b6ca4140cd13d57f10bec2cc99eccd231340
parentb10ea160e15759db7d1cdf44a5ffde4c64fa296e (diff)
downloadaur-f785f048f287748c219b18bda3de0f322832db50.tar.gz
missing dep
-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'