summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcb2022-09-25 12:34:13 +0100
committerjmcb2022-09-25 12:34:13 +0100
commit4e2cdf883526263e79d4517d85cb700fa67b1c2a (patch)
treed9aaf22f00ed37bc2834d1120bf0a5d237d2f358
parent7ef4ae9136b69447df457ac869eb515347e40dd0 (diff)
downloadaur-4e2cdf883526263e79d4517d85cb700fa67b1c2a.tar.gz
Add dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 143db9a3e5e1..7ae027f66913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,9 @@ pkgbase = pico-8
arch = armv7h
license = custom:commercial
depends = glibc
+ depends = sdl2
depends = hicolor-icon-theme
+ optdepends = wget: BBS download support
replaces = pico8-bin
source = pico-8.desktop
source = pico-8.xml
diff --git a/PKGBUILD b/PKGBUILD
index 990bf8900124..6563c000ab95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="A fantasy console for making, sharing and playing tiny games and other
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.lexaloffle.com/pico-8.php"
license=('custom:commercial')
-depends=('glibc' 'hicolor-icon-theme')
+depends=('glibc' 'sdl2' 'hicolor-icon-theme')
+optdepends=('wget: BBS download support')
replaces=('pico8-bin')