summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Smith2019-04-30 20:00:40 -0500
committerJames Smith2019-04-30 20:00:40 -0500
commit6ea0103f2251c704e86ecca7e459bf82e22b7b9a (patch)
tree721f45ea4d09cd27515c2241fc0d580e412a0ce2 /PKGBUILD
parentb4abcdfe474a16089d3253f2559c464a23becc68 (diff)
downloadaur-6ea0103f2251c704e86ecca7e459bf82e22b7b9a.tar.gz
Added cmake makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33f6e2cccadf..8ec15975f297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64' 'armv7h')
url=https://github.com/akermu/${_pkgname}
license=('GPL3')
depends=('emacs')
+makedepends=('cmake')
provides=('emacs-libvterm')
conflicts=('emacs-libvterm')
source=(git+${url}.git)