summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYurii Kolesnykov2023-03-24 03:08:51 +0300
committerYurii Kolesnykov2023-03-24 03:08:51 +0300
commitb7ccb5898b2f0b0284cf33cce758988509357e1f (patch)
tree526e7923724a0c350209744438a34645f38f85b3 /PKGBUILD
parentdd6fdc7fa3cb002c69d4eafd5b45663b0af53eef (diff)
downloadaur-b7ccb5898b2f0b0284cf33cce758988509357e1f.tar.gz
sync obs/linux-pf-next
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e463c5b547a6..5781f2b4cfa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Based obs/linux-pf-next by Oleksandr Natalenko aka post-factum <oleksandr@natalenko.name>
pkgbase=linux-pf-stable-git
-pkgver=6.2.r1157007.4ee087d62efc
+pkgver=6.2.r1157370.c0c8865e54a3
pkgrel=1
pkgdesc='Linux pf-kernel (stable git version)'
_kernel_rel=6.2
@@ -24,10 +24,11 @@ source=(
config # the main kernel config file
)
sha256sums=('SKIP'
- 'd6d74cb62947b1afe70276acdb03bc53258cce6e44e0b9ba0c45ee5e97328d26')
+ '5d8dd8d4f01bac5ced54a12db84fbe7c399105f55edc0d3c77a125c44dea5b12')
pkgver() {
cd $_srcname
+
local version="$(grep \^VERSION Makefile|cut -d"=" -f2|cut -d" " -f2)"
local patch="$(grep \^PATCHLEVEL Makefile|cut -d"=" -f2|cut -d" " -f2)"