summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHexchain Tong2016-03-30 12:44:58 +0800
committerHexchain Tong2016-03-30 12:44:58 +0800
commit285e89a9fd6aa2256e0a2bba26ab509610ad9516 (patch)
tree4ff69feb05edcfb9a95daa0dd41a70632e056593 /PKGBUILD
parent90170dd81897b45ab5f767eaab95e537bd77a621 (diff)
downloadaur-285e89a9fd6aa2256e0a2bba26ab509610ad9516.tar.gz
add glibc as depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0334dd183691..74861211e379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="https://github.com/elves/elvish"
license=('custom:2-clause BSD')
provides=('elvish')
makedepends=('git' 'go')
+depends=('glibc')
source=("git+https://github.com/elves/elvish.git#tag=0.1")
md5sums=('SKIP')