summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQuentin Bazin2019-01-04 19:05:09 +0100
committerQuentin Bazin2019-01-04 19:05:09 +0100
commit8ed25bf32ebb97330520e8ee671c16ce82259884 (patch)
tree71e88722cf6538f1c7279e5d0148b4ebfdd51deb /PKGBUILD
parent6ee09d2ade8f7f5ae88f848fdcf58230ae4d4b6a (diff)
downloadaur-8ed25bf32ebb97330520e8ee671c16ce82259884.tar.gz
sdl2_mixer dependency added.
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")