summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2017-06-22 00:21:11 +0200
committerMaxime Gauduin2017-06-22 00:21:11 +0200
commit22e68b73802827e3833dc0a477aed6b2df820b64 (patch)
tree693af0a954c6053f3d0370f5d2e2fb5791243550 /PKGBUILD
parent33610369fb1db0381d0a6819a0603ad9b4a4d4f7 (diff)
downloadaur-22e68b73802827e3833dc0a477aed6b2df820b64.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a854560daa61..22ac9487209f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/libretro/citra'
license=('GPL2')
groups=('libretro')
depends=('gcc-libs' 'glibc')
-makedepends=('boost' 'git')
+makedepends=('boost' 'cmake' 'git')
provides=('libretro-citra')
conflicts=('libretro-citra')
source=('libretro-citra::git+https://github.com/libretro/citra.git'