summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj1simon2019-05-25 16:19:04 +0200
committerj1simon2019-05-25 16:19:04 +0200
commitbb68a34e8529986e6f4b3d393677f3adf9c8142b (patch)
treecc0235be64d4b03a0a76b0bd7b2b912f55ac8242
parent534f6197c2978317dbd0d1b403745adc64679d85 (diff)
downloadaur-bb68a34e8529986e6f4b3d393677f3adf9c8142b.tar.gz
Added dependency linux>=5.1
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index affa7dd51c7b..619230435206 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = gosearch-git
license = GPL3
makedepends = go
makedepends = git
+ depends = linux>=5.1
provides = gosearch
conflicts = gosearch
source = gosearch-git::git+https://github.com/ozeidan/gosearch
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}")