summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabelian4242020-05-09 08:31:30 +0600
committerabelian4242020-05-09 08:31:30 +0600
commite802358fef97a486d1c73723d82ecdc4e19757af (patch)
tree6eed352d512497c4330af4d513a77de2f23d6f55
parent3a7b6835bfc97d6be84c067580abce31ce596f5f (diff)
downloadaur-e802358fef97a486d1c73723d82ecdc4e19757af.tar.gz
Forgot to change headers package dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5147080922d..8a0dd3be751c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,7 +34,7 @@ pkgname = linux-bcachefs-ck
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
- provides = linux-mainline-bcachefs-ck=5.6.0
+ provides = linux-bcachefs-ck=5.6.0
pkgname = linux-bcachefs-ck-headers
pkgdesc = Headers and scripts for building modules for Linux-bcachefs-ck kernel
diff --git a/PKGBUILD b/PKGBUILD
index 3ca86088b829..4062116536b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -200,7 +200,7 @@ _package() {
depends=(coreutils kmod initramfs)
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices')
- provides=("linux-mainline-bcachefs-ck=${pkgver}")
+ provides=("linux-bcachefs-ck=${pkgver}")
#groups=('ck-generic')
cd ${_srcname}