summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b331c844726..41196bcbbff0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,10 @@ pkgbase = gog-owlboy
license = custom
depends = libogg
depends = libvorbis
+ depends = mojoshader-git
depends = openal
depends = sdl2
+ depends = xnafiledialog-git
optdepends = firejail: Automatically sandbox this application from your OS
source = gog://gog_owlboy_2.0.0.1.sh
source = gog-owlboy.desktop
@@ -21,6 +23,8 @@ pkgbase = gog-owlboy
depends_i686 = lib32-libvorbis
depends_i686 = lib32-openal
depends_i686 = lib32-sdl2
+ depends_i686 = mojoshader-git
+ depends_i686 = xnafiledialog-git
pkgname = gog-owlboy
diff --git a/PKGBUILD b/PKGBUILD
index c4a3d824583b..6e3d23ed5c84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,14 +21,18 @@ arch=(
depends_x86_64=(
'libogg'
'libvorbis'
+ 'mojoshader-git'
'openal'
'sdl2'
+ 'xnafiledialog-git'
)
depends_i686=(
'lib32-libogg'
'lib32-libvorbis'
'lib32-openal'
'lib32-sdl2'
+ 'mojoshader-git'
+ 'xnafiledialog-git'
)
optdepends=(
'firejail: Automatically sandbox this application from your OS'