summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2017-06-15 07:25:39 +0200
committerpancho horrillo2017-06-15 07:25:39 +0200
commitbe7f6e396cef8f9d6e1d4662508629d8519ad8c9 (patch)
treeda531a33f54b35e1105ebc9e265896d3c2106eb7
parentbaa31b3616df7407fee33d2135bb0b2d8df770b8 (diff)
downloadaur-be7f6e396cef8f9d6e1d4662508629d8519ad8c9.tar.gz
Drop mercurial from the makedepends array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8738c023022..27d4f8c95dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.1.5
pkgrel=2
pkgdesc='A code search tool similar to ack and the_silver_searcher(ag)'
arch=('x86_64')
-makedepends=('git' 'go' 'mercurial')
+makedepends=('git' 'go')
url='https://github.com/monochromegane/the_platinum_searcher'
license=('MIT')
provides=('the_platinum_searcher')