summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 121cd7461994..d3eb4948b358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="RSDKv4 engine for Sonic 1 and Sonic 2."
arch=('x86_64' 'aarch64')
url=""
license=('GPL')
-depends=('wget' 'sdl2' 'sdl2_ttf' 'sdl2_mixer')
+depends=('wget' 'sdl2' 'sdl2_ttf' 'sdl2_mixer' 'glew')
makedepends=('unzip')
source_x86_64=("https://gitlab.com/SonicRSDK/rsdkv4/$pkgver/-/raw/main/RSDKv4-linux-x64.tar.xz")
source_aarch64=("https://gitlab.com/SonicRSDK/rsdkv4/$pkgver/-/raw/main/RSDKv4-linux-arm64.tar.xz")