summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61e8ebe4d3cf..4f62bc94fb47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,11 +27,17 @@ pkgname = linux-zest-git
depends = kmod
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
+ provides = linux
+ provides = linux-zest
provides = WIREGUARD-MODULE
pkgname = linux-zest-git-docs
pkgdesc = Documentation for the Zest Project's kernel
+ provides = linux-docs
+ provides = linux-zest-docs
pkgname = linux-zest-git-headers
pkgdesc = Headers and scripts for building modules for the Zest Project's kernel
+ provides = linux-headers
+ provides = linux-zest-headers
diff --git a/PKGBUILD b/PKGBUILD
index 2b12e35851e0..578686bbf6ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,6 +76,8 @@ _package()
"linux-firmware: firmware images needed for some devices"
)
provides=(
+ "linux"
+ "linux-zest"
"WIREGUARD-MODULE"
)
@@ -102,6 +104,10 @@ _package()
_package-headers()
{
pkgdesc="Headers and scripts for building modules for the Zest Project's kernel"
+ provides=(
+ "linux-headers"
+ "linux-zest-headers"
+ )
cd "linux" || exit
@@ -178,6 +184,10 @@ _package-headers()
_package-docs()
{
pkgdesc="Documentation for the Zest Project's kernel"
+ provides=(
+ "linux-docs"
+ "linux-zest-docs"
+ )
cd "linux" || exit