summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj1simon2019-05-25 16:19:04 +0200
committerj1simon2019-05-25 16:19:04 +0200
commitbb68a34e8529986e6f4b3d393677f3adf9c8142b (patch)
treecc0235be64d4b03a0a76b0bd7b2b912f55ac8242 /PKGBUILD
parent534f6197c2978317dbd0d1b403745adc64679d85 (diff)
downloadaur-bb68a34e8529986e6f4b3d393677f3adf9c8142b.tar.gz
Added dependency linux>=5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c206379d87eb..dfe06532289b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="https://github.com/ozeidan/gosearch"
arch=('x86_64')
license=('GPL3')
makedepends=(go git)
+depends=('linux>=5.1')
provides=("${pkgname%-git}")
conflicts=("${provides[@]}")
source=("${pkgname}::git+${url}")