summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Smith2019-08-04 19:36:37 -0500
committerJames Smith2019-08-04 19:36:37 -0500
commita2872efbf7130bff7485dffb0ce07036f1447971 (patch)
treeb5cea53a9e265f005e80c9e1513ea0bb7bd19960 /PKGBUILD
parent6c8893a2c1eb32cb05633375370d50f39f14db98 (diff)
downloadaur-a2872efbf7130bff7485dffb0ce07036f1447971.tar.gz
Added git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d5095967152..2ba6d62658db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: James Smith <jslonescout AT icloud DOT com>
_pkgname=emacs-libvterm
pkgname=${_pkgname}-git
-pkgver=r203.db9679d
+pkgver=r258.8870258
pkgrel=1
pkgdesc="Emacs libvterm integration"
arch=('i686' 'x86_64' 'armv7h' 'pentium4')
url="https://github.com/akermu/${_pkgname}"
license=('GPL3')
depends=('emacs')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
provides=('emacs-libvterm')
conflicts=('emacs-libvterm')
install=${pkgname}.install