summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302020-04-14 18:13:02 +0200
committerM0Rf302020-04-14 18:13:02 +0200
commit46d81a96b2d9013d4b45fa03e1b41050267fd42f (patch)
treebae70c436b8d1173db0e8a9598bfa9916659600e
parent9aaa53b84bb51eb6f8df8f3391f931c7995905fe (diff)
downloadaur-46d81a96b2d9013d4b45fa03e1b41050267fd42f.tar.gz
prey: aoid cyclic deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daaa71f10f63..f293219ce9b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,13 +17,13 @@ pkgbase = prey
sha256sums = b3d06fc51afbb5dc88d7e0f9d5267cd9d171edf9d18c84c5f66c8172da74b357
depends_i686 = alsa-lib
depends_i686 = libpulse
- depends_i686 = libglvnd
+ depends_i686 = mesa
depends_i686 = openal
depends_i686 = sdl
optdepends_i686 = alsa-plugins: pulseaudio-support
optdepends_i686 = libpulse: pulseaudio support
depends_x86_64 = lib32-alsa-lib
- depends_x86_64 = lib32-libglvnd
+ depends_x86_64 = lib32-mesa
depends_x86_64 = lib32-openal
depends_x86_64 = lib32-sdl
optdepends_x86_64 = lib32-alsa-plugins: pulseaudio-support
diff --git a/PKGBUILD b/PKGBUILD
index 8d6600f6c715..e960634ca169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc='A FPS based on the id Tech 4 engine using portals and variable gravity.
arch=('i686' 'x86_64')
url='http://icculus.org/prey/'
license=('custom')
-depends_i686=('alsa-lib' 'libpulse' 'libglvnd' 'openal' 'sdl')
-depends_x86_64=('lib32-alsa-lib' 'lib32-libglvnd' 'lib32-openal' 'lib32-sdl')
+depends_i686=('alsa-lib' 'libpulse' 'mesa' 'openal' 'sdl')
+depends_x86_64=('lib32-alsa-lib' 'lib32-mesa' 'lib32-openal' 'lib32-sdl')
optdepends_i686=(
'alsa-plugins: pulseaudio-support'
'libpulse: pulseaudio support')