summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-04-24 17:54:03 +0200
committerYour Name2021-04-24 17:54:03 +0200
commitea7833a958d72922f1308c9836901824c92810b5 (patch)
tree0c0cca0adce080c51685db57a1b0b5b4489bd007
parente72d26110d8860eeb03dfeddc633a8a57ef124cc (diff)
downloadaur-ea7833a958d72922f1308c9836901824c92810b5.tar.gz
Add cmake as a make dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 174b4e28a282..0b6a93281367 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = libretro-easyrpg-player
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = cmake
depends = liblcf>=0.6.2
depends = sdl2_mixer
depends = pixman
diff --git a/PKGBUILD b/PKGBUILD
index 3147ee67a49f..4fbded741cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://easyrpg.org/"
license=('GPL3')
depends=("liblcf>=${pkgver:0:5}" 'sdl2_mixer' 'pixman' 'freetype2' 'libvorbis' 'mpg123' 'libsndfile' 'speexdsp' 'wildmidi' 'libretro-core-info' )
-makedepends=('git')
+makedepends=('git' 'cmake')
_commit=4dd00a6e1ec4b12174019f39624d268619bb3776
source=($pkgname::git+https://github.com/EasyRPG/Player.git#commit=${_commit})
sha256sums=(SKIP)