summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bc736cb49be..7c5229382deb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-next-git
pkgdesc = Linux NEXT
- pkgver = 20230125.r0.g9fbee811e479
+ pkgver = 20230131.r0.g80bd9028feca
pkgrel = 1
url = http://www.kernel.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8f72356abb53..d2cc221c25ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ _1k_HZ_ticks=
### Do not edit below this line unless you know what you're doing
pkgbase=linux-next-git
-pkgver=20230125.r0.g9fbee811e479
+pkgver=20230131.r0.g80bd9028feca
_srcname=linux-next
pkgrel=1
pkgdesc='Linux NEXT'
@@ -79,7 +79,6 @@ prepare() {
### Setting version
echo "Setting version..."
- scripts/setlocalversion --save-scmversion
echo "-$pkgrel" > localversion.10-pkgrel
echo "${pkgbase#linux}" > localversion.20-pkgname
@@ -100,6 +99,7 @@ prepare() {
diff -u ../config .config || :
### Prepared version
+ make include/config/kernel.release
make -s kernelrelease > version
echo "Prepared $pkgbase version $(<version)"