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 1b5e1d2390fe..ba52162c2c77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Unarelith's C++ gamedev toolkit"
arch=("i686" "x86_64")
url="https://github.com/Quent42340/GameKit"
-depends=("glm" "sdl2" "sdl2_image" "sdl2_ttf" "tinyxml2")
+depends=("glm" "sdl2" "sdl2_image" "sdl2_mixer" "sdl2_ttf" "tinyxml2")
makedepends=("cmake")
provides=("gamekit")
source=("${_pkgname}::git+${url}.git")