summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2019-08-01 13:52:23 +0300
committerΝικόλαος Κυριάκος Φυτίλης2019-08-01 13:52:23 +0300
commit24db589d3c48af7d103bc418e33085ee424e9c33 (patch)
treebadefc84e4cc83b22ea169700ee58505c0da5ce2
parent683661b462eb4fc00474f149bfb3ae58eaec3463 (diff)
downloadaur-24db589d3c48af7d103bc418e33085ee424e9c33.tar.gz
init lts
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD17
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50887721e0a0..10ba0b81aaea 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline-bcachefs-lts
- pkgver = v4.19.0
+ pkgver = v4.19.63
pkgrel = 1
url = https://github.com/koverstreet/bcachefs
arch = x86_64
@@ -41,11 +41,11 @@ pkgname = linux-mainline-bcachefs-lts
pkgname = linux-mainline-bcachefs-lts-headers
pkgdesc = Header files and scripts for building modules for Linux-mainline-bcachefs-lts kernel ~ featuring Kent Overstreet's bcachefs filesystem
- provides = linux-bcachefs-git-headers=v4.19.0
- provides = linux-headers=v4.19.0
+ provides = linux-bcachefs-git-headers=v4.19.63
+ provides = linux-headers=v4.19.63
pkgname = linux-mainline-bcachefs-lts-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-mainline-bcachefs-lts kernel ~ featuring Kent Overstreet's bcachefs filesystem
- provides = linux-bcachefs-git-docs=v4.19.0
- provides = linux-docs=v4.19.0
+ provides = linux-bcachefs-git-docs=v4.19.63
+ provides = linux-docs=v4.19.63
diff --git a/PKGBUILD b/PKGBUILD
index 68042cc84237..e1b5dee1963f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,7 +61,7 @@ _localmodcfg=
pkgbase=linux-mainline-bcachefs-lts
_srcver_tag=4.19
-pkgver=v4.19.62
+pkgver=v4.19.63
pkgrel=1
arch=(x86_64)
url="https://github.com/koverstreet/bcachefs"
@@ -137,6 +137,11 @@ actual_prepare() {
fi
fi
+ msg2 "Setting version..."
+ scripts/setlocalversion --save-scmversion
+ echo "-$pkgrel" > localversion.10-pkgrel
+ echo "$_kernelname" > localversion.20-pkgname
+
msg2 "Setting config..."
cp ../config .config
@@ -146,12 +151,6 @@ actual_prepare() {
make prepare
fi
- msg2 "Setting version..."
- scripts/setlocalversion --save-scmversion
- echo "-$pkgrel" > localversion.10-pkgrel
- echo "$_kernelname" > localversion.20-pkgname
-
-
### Optionally load needed modules for the make localmodconfig
# See https://aur.archlinux.org/packages/modprobed-db
if [ -n "$_localmodcfg" ]; then
@@ -168,11 +167,11 @@ actual_prepare() {
# do not run `make olddefconfig` as it sets default options
yes "" | make config >/dev/null
+ [[ -z "$_makenconfig" ]] || make nconfig
+
make -s kernelrelease > ../version
msg2 "Prepared %s version %s" "$pkgbase" "$(<../version)"
- [[ -z "$_makenconfig" ]] || make nconfig
-
# save configuration for later reuse
cat .config > "${startdir}/config.last"
}