summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2017-06-15 20:46:23 +0200
committerpancho horrillo2017-06-15 20:46:23 +0200
commitb801eda44dc8b0db23f5cd06becb906da2868db0 (patch)
treeac191e4a6df01272e4dd989b32913e6104821cca
parent7f3dd4628372f559e2c6b3cafdaf7ba62fc06417 (diff)
downloadaur-b801eda44dc8b0db23f5cd06becb906da2868db0.tar.gz
Declare dependency on glibc
Thanks to klauern for pointing that out.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1aa5a774cfb..96b46589bf81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgrel=3
pkgdesc='A code search tool similar to ack and the_silver_searcher(ag)'
arch=('x86_64')
makedepends=('git' 'go')
+depends=('glibc')
url='https://github.com/monochromegane/the_platinum_searcher'
license=('MIT')
provides=('the_platinum_searcher')