summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerminalHash2023-03-23 16:55:32 +0300
committerTerminalHash2023-03-23 16:55:32 +0300
commit402c81f32d27aea3f75367fa1cc3c2172d3b5b9e (patch)
tree5be91d913579e23215bc7cc263ec5ebe7a71dc89
parent48c52e0ad967139f4f9ba1e45f4f9d0b87f9392b (diff)
downloadaur-402c81f32d27aea3f75367fa1cc3c2172d3b5b9e.tar.gz
fix depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01244a951f9f..ea52b29411ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,8 @@ pkgbase = doom2d-rembo
makedepends = cmake
makedepends = gcc
depends = doom2d-res
- depends = sdl2
- depends = openal
+ depends = sdl
+ depends = sdl_mixer
depends = libgl
provides = doom2d
conflicts = flatwaifu
diff --git a/PKGBUILD b/PKGBUILD
index ebac2150477e..db6451e8f093 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Doom-themed platformer by Prikol Software, a modern port made by Rembo"
arch=(x86_64 i686)
url="https://doom2d.org/"
license=('GPL3')
-depends=(doom2d-res sdl2 openal libgl)
+depends=(doom2d-res sdl sdl_mixer libgl)
makedepends=(git cmake gcc)
provides=(doom2d)
conflicts=(flatwaifu doom2d-vcd)