summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2018-11-17 12:22:29 +1000
committerKyle De'Vir2018-11-17 12:22:29 +1000
commit07cc670b9964465809c809efa257bc978bb84381 (patch)
tree2e3cab25435a3e35b10022cb358488c6f99565c0
parentc9587951cc64c140a9f4444c8034e7191bfdf7ca (diff)
downloadaur-07cc670b9964465809c809efa257bc978bb84381.tar.gz
Update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 042eb91449a3..b50ef3eb2ccf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-zen-bcachefs-git
- pkgver = 4.19.2.zen1
+ pkgver = 4.19.2
pkgrel = 1
- url = https://github.com/zen-kernel/zen-kernel/commits/v4.19.2-zen1
+ url = https://evilpiepirate.org/git/
arch = x86_64
license = GPL2
makedepends = xmlto
@@ -13,14 +13,13 @@ pkgbase = linux-zen-bcachefs-git
makedepends = python-sphinx
makedepends = graphviz
options = !strip
- source = zen-kernel::git+https://github.com/zen-kernel/zen-kernel#commit=9731135d7610a36bbe4cce0dbcd0d942e7436e94
+ source = bcachefs::git+https://evilpiepirate.org/git/bcachefs.git
source = config
source = 60-linux.hook
source = 90-linux.hook
source = linux.preset
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA
sha256sums = SKIP
sha256sums = 2b4b6828e6d3e81428afa37e9feda9b7244b414d26042fca68612e00d1458103
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
diff --git a/PKGBUILD b/PKGBUILD
index a2d4a869d8cd..79ba32ec84e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,16 @@
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgbase=linux-zen-bcachefs-git
-_srcver=4.19.2-zen1
-pkgver=${_srcver//-/.}
+pkgver=4.19.2
pkgrel=1
arch=(x86_64)
-url="https://github.com/zen-kernel/zen-kernel/commits/v$_srcver"
+url="https://evilpiepirate.org/git/"
license=(GPL2)
makedepends=(xmlto kmod inetutils bc libelf git python-sphinx graphviz)
options=('!strip')
-_srcname=zen-kernel
+_srcname=bcachefs
source=(
- #"$_srcname::git+https://github.com/zen-kernel/zen-kernel?signed#tag=v$_srcver"
- "$_srcname::git+https://github.com/zen-kernel/zen-kernel#commit=9731135d7610a36bbe4cce0dbcd0d942e7436e94"
+ "$_srcname::git+https://evilpiepirate.org/git/bcachefs.git"
config # the main kernel config file
60-linux.hook # pacman hook for depmod
90-linux.hook # pacman hook for initramfs regeneration
@@ -24,7 +22,6 @@ source=(
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
- '8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
)
sha256sums=('SKIP'
'2b4b6828e6d3e81428afa37e9feda9b7244b414d26042fca68612e00d1458103'
@@ -38,8 +35,8 @@ _kernelname=${pkgbase#linux}
prepare() {
cd $_srcname
- git remote add upstream-bcachefs https://evilpiepirate.org/git/bcachefs.git
- git pull upstream-bcachefs master
+ git remote add upstream-zen https://github.com/zen-kernel/zen-kernel
+ git pull upstream-zen 9731135d7610a36bbe4cce0dbcd0d942e7436e94 #
msg2 "Setting version..."
scripts/setlocalversion --save-scmversion