summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}")