summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Devir2019-10-01 21:16:30 +1000
committerKyle Devir2019-10-01 21:16:30 +1000
commit4980d275efa7c5d3070cd077afeee9e98032fb18 (patch)
treebb45b365fd9e29b7de1e5f70274c847c1c7a2005
parent33db117260f70660650714a00d682c47bd3cb266 (diff)
downloadaur-4980d275efa7c5d3070cd077afeee9e98032fb18.tar.gz
5.2.18-arch1
-rwxr-xr-x.SRCINFO16
-rwxr-xr-xPKGBUILD6
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dec360ecda3..40d49c803c76 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-bcachefs-git
- pkgver = 5.2.17.arch1
+ pkgver = 5.2.18.arch1
pkgrel = 1
url = https://github.com/koverstreet/bcachefs
arch = x86_64
@@ -39,18 +39,18 @@ pkgname = linux-bcachefs-git
depends = mkinitcpio
depends = bcachefs-tools-git
optdepends = crda: to set the correct wireless channels of your country
- provides = linux-bcachefs-git=5.2.17.arch1
+ provides = linux-bcachefs-git=5.2.18.arch1
backup = etc/mkinitcpio.d/linux-bcachefs-git.preset
pkgname = linux-bcachefs-git-headers
pkgdesc = Header files and scripts for building modules for Linux-bcachefs-git kernel ~ featuring Kent Overstreet's bcachefs filesystem
- depends = linux-bcachefs-git=5.2.17.arch1
- provides = linux-bcachefs-git-headers=5.2.17.arch1
- provides = linux-headers=5.2.17.arch1
+ depends = linux-bcachefs-git=5.2.18.arch1
+ provides = linux-bcachefs-git-headers=5.2.18.arch1
+ provides = linux-headers=5.2.18.arch1
pkgname = linux-bcachefs-git-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-bcachefs-git kernel ~ featuring Kent Overstreet's bcachefs filesystem
- depends = linux-bcachefs-git=5.2.17.arch1
- provides = linux-bcachefs-git-docs=5.2.17.arch1
- provides = linux-docs=5.2.17.arch1
+ depends = linux-bcachefs-git=5.2.18.arch1
+ provides = linux-bcachefs-git-docs=5.2.18.arch1
+ provides = linux-docs=5.2.18.arch1
diff --git a/PKGBUILD b/PKGBUILD
index 10978ec1b30a..c67fa50abdd5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,7 +61,7 @@ _subarch=
_localmodcfg=
pkgbase=linux-bcachefs-git
-_srcver_tag=5.2.17-arch1
+_srcver_tag=5.2.18-arch1
pkgver=${_srcver_tag//-/.}
pkgrel=1
arch=(x86_64)
@@ -137,10 +137,6 @@ prepare() {
# https://git.archlinux.org/linux.git/commit/?h=v5.1.16-arch1&id=7e6c7c0d56e1342b9ad5d8071736a5851d1ae1c7
# ZEN: Add CONFIG for unprivileged_userns_clone
git cherry-pick de96c660ed1f470fed317e987444634cb6287d57
-
- # https://git.archlinux.org/linux.git/commit/?h=v5.2.14-arch2&id=45fc8773f47b7cbe56caab0e14abf26d1e044e63
- # Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- # git cherry-pick 45fc8773f47b7cbe56caab0e14abf26d1e044e63
msg2 "Fixing EXTRAVERSION..."
sed -i 's/EXTRAVERSION =/EXTRAVERSION = -arch1/g' "$srcdir/$_reponame/Makefile"