summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptr13372021-06-07 02:17:52 +0200
committerptr13372021-06-07 02:17:52 +0200
commit838f565709cc1a6e1a512bd6518039ef4db22219 (patch)
tree14df721821300f6ecafaae030345c5bb859ebe28
parentb77b9aa88f7af57039bfdf08316001ea87fdf311 (diff)
downloadaur-838f565709cc1a6e1a512bd6518039ef4db22219.tar.gz
minor changes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dec0797d442..70543e3f4add 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -79,9 +79,8 @@ pkgname = linux-cacule-rdb
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
- replaces = virtualbox-guest-modules-arch
- replaces = wireguard-arch
+ provides = linux-cacule-rdb
pkgname = linux-cacule-rdb-headers
pkgdesc = Headers and scripts for building modules for the Linux-CacULE Kernel by Hamad Marri and with some other patchsets kernel
- depends = pahole
+ depends = linux-cacule-rdbpahole
diff --git a/PKGBUILD b/PKGBUILD
index 77cb3b43bfaf..719fc27673c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -402,8 +402,8 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices'
'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig')
- provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
- replaces=(virtualbox-guest-modules-arch wireguard-arch)
+ provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE linux-cacule-rdb)
+
cd $_srcname
local kernver="$(<version)"
@@ -426,7 +426,7 @@ _package() {
_package-headers() {
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
- depends=('pahole')
+ depends=('linux-cacule-rdb''pahole')
cd $_srcname
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"