summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2017-01-28 20:24:50 -0600
committerDan Beste2017-01-28 20:24:50 -0600
commit3014880bdd030a9534d01839cac6695c2b6de718 (patch)
tree8a042bc9d96e88eda5231777d94f745022715269
parent5d027a36f475aa4bff93d3c7fa05f752b021006d (diff)
downloadaur-3014880bdd030a9534d01839cac6695c2b6de718.tar.gz
Update dependencies
-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'