summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Maftei2016-06-16 09:57:32 +0300
committerDan Maftei2016-06-16 09:57:32 +0300
commitce445a88b81d22c97366d2ff0a123df425efbbc9 (patch)
tree8561b23231a2c62a46399bf8fd08bb72b722615f /PKGBUILD
parent4b161035f85d1a687c1ffc14705af68fae738617 (diff)
downloadaur-ce445a88b81d22c97366d2ff0a123df425efbbc9.tar.gz
Added 'vi' as build dependency (building surf/surf depends on ex/edit).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d560cef59c52..b1c4f13abb6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('custom')
groups=()
depends=('mesa' 'glu')
makedepends=(
+ 'vi'
'gcc-fortran'
'xproto'
'libx11'