summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-07 10:43:07 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-07 10:43:07 +0200
commitb3d8750f5db0309c7827a81f38bd5d319184ac70 (patch)
treee9a5f50240aecb8c7a9d2e7d39794d4efa6d1297
parentInitial commit (v1.1.0) (diff)
downloaddevilutionX-master.tar.xz
Add cmake to makedependsHEADmaster
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 933c6e3..96c6eda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgver=1.1.0
pkgrel=0
depends=('sdl2' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cmake')
arch=('x86_64')
url='https://github.com/diasurgical/devilutionX'