summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Devir2019-12-14 13:23:57 +1000
committerKyle Devir2019-12-14 13:23:57 +1000
commitf6b8b40469cf968206b0803b3f08b1082a5845a2 (patch)
treead6a9e00c4faf1d1485975c47686d6419e1e6d21
parent94dbbb2cf147f0c2b7e6707e07a8850fc054e730 (diff)
downloadaur-f6b8b40469cf968206b0803b3f08b1082a5845a2.tar.gz
5.3.16
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 831a9dc1aaef..35fa33bc5ec7 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-bcachefs-git
pkgdesc = Linux
- pkgver = v5.3.15.arch1.r859832.ac127f6e3fa5
+ pkgver = v5.3.16.arch1.r859950.fba7e387ab67
pkgrel = 1
url = https://github.com/koverstreet/bcachefs
arch = x86_64
@@ -36,13 +36,13 @@ pkgname = linux-bcachefs-git
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 = linux-bcachefs-git=v5.3.15.arch1.r859832.ac127f6e3fa5
+ provides = linux-bcachefs-git=v5.3.16.arch1.r859950.fba7e387ab67
pkgname = linux-bcachefs-git-headers
pkgdesc = Header files and scripts for building modules for Linux kernel ~ featuring Kent Overstreet's bcachefs filesystem
- depends = linux-bcachefs-git=v5.3.15.arch1.r859832.ac127f6e3fa5
- provides = linux-bcachefs-git-headers=v5.3.15.arch1.r859832.ac127f6e3fa5
- provides = linux-headers=v5.3.15.arch1.r859832.ac127f6e3fa5
+ depends = linux-bcachefs-git=v5.3.16.arch1.r859950.fba7e387ab67
+ provides = linux-bcachefs-git-headers=v5.3.16.arch1.r859950.fba7e387ab67
+ provides = linux-headers=v5.3.16.arch1.r859950.fba7e387ab67
pkgname = linux-bcachefs-git-docs
pkgdesc = Documentation for the Linux kernel
diff --git a/PKGBUILD b/PKGBUILD
index df9743f0960a..c8efed0819ce 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,10 +59,10 @@ _subarch=
_localmodcfg=
pkgbase=linux-bcachefs-git
-pkgver=v5.3.15.arch1.r859832.ac127f6e3fa5
+pkgver=v5.3.16.arch1.r859950.fba7e387ab67
pkgrel=1
pkgdesc="Linux"
-_srcver_tag=v5.3.15-arch1
+_srcver_tag=v5.3.16-arch1
url="https://github.com/koverstreet/bcachefs"
arch=(x86_64)
license=(GPL2)
@@ -122,12 +122,12 @@ prepare() {
echo "-$pkgrel" > localversion.10-pkgrel
echo "${pkgbase#linux}" > localversion.20-pkgname
- msg2 "Pull releases from Linux stable upstream repository..."
+ msg2 "Pull tag from Linux stable upstream repository..."
git remote add upstream_stable "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git" || true
git pull --no-edit upstream_stable ${_srcver_tag//-arch*/}
# git pull --no-edit -s recursive -X ours upstream_stable ${_srcver_tag//-arch*/}
- # msg2 "Pull stable releases from Arch vanilla kernel repository..."
+ # msg2 "Pull stable tag from Arch vanilla kernel repository..."
# git remote add arch_stable "https://git.archlinux.org/linux.git" || true
# git pull --no-edit arch_stable "$_srcver_tag"