summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec7bbd230928..8b26813660b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = linux-pds
pkgdesc = Linux
- pkgver = 5.7.2.arch1
+ pkgver = 5.7.4.arch1
pkgrel = 1
- url = https://git.archlinux.org/linux.git/log/?h=v5.7.2-arch1
+ url = https://git.archlinux.org/linux.git/log/?h=v5.7.4-arch1
arch = x86_64
license = GPL2
makedepends = bc
@@ -16,7 +16,7 @@ pkgbase = linux-pds
makedepends = imagemagick
makedepends = git
options = !strip
- source = git+https://git.archlinux.org/linux?signed#tag=v5.7.2-arch1
+ source = git+https://git.archlinux.org/linux?signed#tag=v5.7.4-arch1
source = git+https://github.com/graysky2/kernel_gcc_patch
source = config
source = sphinx-workaround.patch
diff --git a/PKGBUILD b/PKGBUILD
index cdc4dfc0f6d2..6e34a08389c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,7 +59,7 @@ _subarch=
_localmodcfg=
pkgbase=linux-pds
-pkgver=5.7.2.arch1
+pkgver=5.7.4.arch1
pkgrel=1
pkgdesc="Linux"
_srcver_tag=v${pkgver%.*}-${pkgver##*.}
@@ -140,7 +140,7 @@ prepare() {
msg2 "Setting config..."
cp ../config .config
-
+
if [ -n "$_subarch" ]; then
yes "$_subarch" | make oldconfig
else