summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2023-01-08 22:33:22 +1000
committerKyle De'Vir2023-01-08 22:33:22 +1000
commit0eb1ef9562c242184cdc4d65d2a29dccf577642a (patch)
tree310c6c2b6baae8e3d7ff961d25c9d3b8de59cb1f
parent9d3d1e9470bcefdf612137a1ccb4dfacfb527818 (diff)
downloadaur-0eb1ef9562c242184cdc4d65d2a29dccf577642a.tar.gz
6.1.3-arch1
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD10
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a9d43dd99ff..70a42686ca2a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-bcachefs-git
pkgdesc = Linux
- pkgver = v6.1.2.arch1.r1140610.b7dc4d8e7fb1
+ pkgver = 6.1.4.arch1.r1140610.b7dc4d8e7fb1
pkgrel = 1
url = https://github.com/koverstreet/bcachefs
arch = x86_64
@@ -21,7 +21,6 @@ pkgbase = linux-bcachefs-git
makedepends = git
options = !strip
source = linux-bcachefs::git+https://github.com/koverstreet/bcachefs.git#branch=master
- source = linux-archlinux::git+https://github.com/archlinux/linux.git
source = git+https://github.com/graysky2/kernel_compiler_patch.git
source = config
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
@@ -30,7 +29,6 @@ pkgbase = linux-bcachefs-git
validpgpkeys = C7E7849466FE2358343588377258734B41C31549
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = SKIP
sha512sums = 764d47db02fa8c09349408020f614b29b41657681f83f96c1ad150974515d6ae8515f5faa2e2fe3c451714928700ed54aa483fdfa3307bc3bb0ad8841edd7c3f
pkgname = linux-bcachefs-git
diff --git a/PKGBUILD b/PKGBUILD
index 587a40ff8841..688fcaef0041 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,10 +60,10 @@ _subarch=
_localmodcfg=
pkgbase=linux-bcachefs-git
-pkgver=v6.1.2.arch1.r1140610.b7dc4d8e7fb1
+pkgver=6.1.4.arch1.r1140610.b7dc4d8e7fb1
pkgrel=1
pkgdesc="Linux"
-_srcver_tag=v6.1.2.arch1
+_srcver_tag=6.1.3.arch1
url="https://github.com/koverstreet/bcachefs"
arch=(x86_64)
license=(GPL2)
@@ -91,7 +91,6 @@ _pkgdesc_extra="~ featuring Kent Overstreet's bcachefs filesystem"
source=(
"${_reponame}::git+${_repo_url}#branch=master"
- "${_reponame_arch}::git+${_repo_url_arch}"
#"${_reponame_upstream}::git+${_repo_url_upstream}"
"git+${_repo_url_kernel_patch}"
config # kernel config file
@@ -104,7 +103,6 @@ validpgpkeys=(
)
sha512sums=('SKIP'
'SKIP'
- 'SKIP'
'764d47db02fa8c09349408020f614b29b41657681f83f96c1ad150974515d6ae8515f5faa2e2fe3c451714928700ed54aa483fdfa3307bc3bb0ad8841edd7c3f')
export KBUILD_BUILD_HOST=archlinux
@@ -120,8 +118,8 @@ prepare() {
echo "${pkgbase#linux}" > localversion.20-pkgname
msg2 "Fetch and merge stable tag from Arch vanilla kernel repository..."
- git remote add arch_stable "${srcdir}/${_reponame_arch}" || true
- git fetch arch_stable "${_srcver_tag%.*}-${_srcver_tag##*.}"
+ git remote add arch_stable "${_repo_url_arch}" || true
+ git fetch arch_stable "v${_srcver_tag%.*}-${_srcver_tag##*.}"
git merge --no-edit --no-commit FETCH_HEAD
#msg2 "Fetch and merge tag ${_srcver_tag//.arch*/} from Linux stable upstream repository..."