summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2020-05-21 15:26:36 +1000
committerKyle De'Vir2020-05-21 15:26:36 +1000
commitd8cd514e123e0614011813af135714907d423f9a (patch)
treee728f79672cd0b3b0b56ffbbed8ae82847d055d3
parentca63836fa22ceadfeaf46ed7b96f62c11ef0d859 (diff)
downloadaur-d8cd514e123e0614011813af135714907d423f9a.tar.gz
5.6.14.arch1
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 808179e91b61..17ebaec549ce 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-bcachefs-git
pkgdesc = Linux
- pkgver = v5.6.13.arch1.r903039.e1f6739c4a9f
+ pkgver = v5.6.14.arch1.r903039.e1f6739c4a9f
pkgrel = 1
url = https://github.com/koverstreet/bcachefs
arch = x86_64
@@ -31,16 +31,16 @@ pkgname = linux-bcachefs-git
depends = coreutils
depends = kmod
depends = initramfs
+ depends = linux-firmware
depends = bcachefs-tools-git
optdepends = crda: to set the correct wireless channels of your country
- optdepends = linux-firmware: firmware images needed for some devices
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
replaces = virtualbox-guest-modules-arch
replaces = wireguard-arch
pkgname = linux-bcachefs-git-headers
- pkgdesc = Headers and scripts for building modules for the Linux kernel ~ featuring Kent Overstreet's bcachefs filesystem
+ pkgdesc = Header files and scripts for building modules for Linux kernel ~ featuring Kent Overstreet's bcachefs filesystem
pkgname = linux-bcachefs-git-docs
pkgdesc = Documentation for the Linux kernel ~ featuring Kent Overstreet's bcachefs filesystem
diff --git a/PKGBUILD b/PKGBUILD
index 1febc2843aea..7ce9148ef5fc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,10 +59,10 @@ _subarch=
_localmodcfg=
pkgbase=linux-bcachefs-git
-pkgver=v5.6.13.arch1.r903039.e1f6739c4a9f
+pkgver=v5.6.14.arch1.r903039.e1f6739c4a9f
pkgrel=1
pkgdesc="Linux"
-_srcver_tag=v5.6.13.arch1
+_srcver_tag=v5.6.14.arch1
url="https://github.com/koverstreet/bcachefs"
arch=(x86_64)
license=(GPL2)
@@ -181,11 +181,11 @@ _package() {
coreutils
kmod
initramfs
+ linux-firmware
bcachefs-tools-git
)
optdepends=(
"crda: to set the correct wireless channels of your country"
- "linux-firmware: firmware images needed for some devices"
)
provides=(
VIRTUALBOX-GUEST-MODULES
@@ -216,7 +216,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel $_pkgdesc_extra"
+ pkgdesc="Header files and scripts for building modules for $pkgdesc kernel $_pkgdesc_extra"
cd $_reponame
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"