summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2017-04-24 12:52:52 -0500
committerDan Beste2017-04-24 12:52:52 -0500
commit0e546983c29fb6fc269d5956a7b01ad01d022997 (patch)
tree6f6d09ac221261222e03b09bc6826c86805108f8
parentcf6a4b97f1530fd19096b58219cbc047ada204ad (diff)
downloadaur-0e546983c29fb6fc269d5956a7b01ad01d022997.tar.gz
Remove unnecessary dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b331c844726..4e9dba9e28f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,6 @@ pkgbase = gog-owlboy
arch = i686
arch = x86_64
license = custom
- depends = libogg
- depends = libvorbis
- depends = openal
- depends = sdl2
optdepends = firejail: Automatically sandbox this application from your OS
source = gog://gog_owlboy_2.0.0.1.sh
source = gog-owlboy.desktop
@@ -17,10 +13,6 @@ pkgbase = gog-owlboy
sha256sums = 76958e0bb434d2514873aaddb892bc6c7055c39799ecde5f62a56345136853fc
sha256sums = 8574e2463800004ddf97e49d2760d834413bf51fda4b1a57ead8cc10b07ac4f2
sha256sums = 160b4d0fb275d3c1d4d6d574ca4085579e944e67dd32bd0a0c6e79f2e3d105a6
- depends_i686 = lib32-libogg
- depends_i686 = lib32-libvorbis
- depends_i686 = lib32-openal
- depends_i686 = lib32-sdl2
pkgname = gog-owlboy
diff --git a/PKGBUILD b/PKGBUILD
index 8f75dc13bb45..fcc18c6a91fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,6 @@ pkgdesc="Owlboy is a 'hi-bit' adventure game, where you can fly and explore a br
url="http://www.owlboygame.com/"
license=('custom')
arch=('i686' 'x86_64')
-depends_x86_64=('libogg' 'libvorbis' 'openal' 'sdl2')
-depends_i686=('lib32-libogg' 'lib32-libvorbis' 'lib32-openal' 'lib32-sdl2')
optdepends=(
'firejail: Automatically sandbox this application from your OS'
)