summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Devir2019-12-29 15:49:13 +1000
committerKyle Devir2019-12-29 15:49:13 +1000
commit44115abcadf802fad2e2f00dd006ac1c2bd79f89 (patch)
tree63a3654e3b817b3589f3e735e39d1b644c21ed4a
parent28d23094a6b91d1e651f48a9ac5f9db97b32ee19 (diff)
downloadaur-44115abcadf802fad2e2f00dd006ac1c2bd79f89.tar.gz
5.4.6.arch3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821fb8c308b2..56a8dc384435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = linux-pds
pkgdesc = Linux
- pkgver = 5.4.5.arch1
+ pkgver = 5.4.6.arch3
pkgrel = 1
- url = https://git.archlinux.org/linux.git/log/?h=v5.4.5-arch1
+ url = https://git.archlinux.org/linux.git/log/?h=v5.4.6-arch3
arch = x86_64
license = GPL2
makedepends = bc
@@ -15,7 +15,7 @@ pkgbase = linux-pds
makedepends = imagemagick
makedepends = git
options = !strip
- source = git+https://git.archlinux.org/linux?signed#tag=v5.4.5-arch1
+ source = git+https://git.archlinux.org/linux?signed#tag=v5.4.6-arch3
source = git+https://github.com/graysky2/kernel_gcc_patch
source = config
source = 0005-v5.4_undead-pds099o.patch
@@ -37,13 +37,13 @@ pkgname = linux-pds
depends = thrash-protect
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
- provides = linux-pds=5.4.5.arch1
+ provides = linux-pds=5.4.6.arch3
pkgname = linux-pds-headers
pkgdesc = Header files and scripts for building modules for Linux kernel ~ featuring Alfred Chen's PDS CPU scheduler, rebased by TkG
- depends = linux-pds=5.4.5.arch1
- provides = linux-pds-headers=5.4.5.arch1
- provides = linux-headers=5.4.5.arch1
+ depends = linux-pds=5.4.6.arch3
+ provides = linux-pds-headers=5.4.6.arch3
+ provides = linux-headers=5.4.6.arch3
pkgname = linux-pds-docs
pkgdesc = Documentation for the Linux kernel
diff --git a/PKGBUILD b/PKGBUILD
index 6226ab20e10b..85ab9581e980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ _subarch=
_localmodcfg=
pkgbase=linux-pds
-pkgver=5.4.5.arch1
+pkgver=5.4.6.arch3
pkgrel=1
pkgdesc="Linux"
_srcver_tag=v${pkgver%.*}-${pkgver##*.}
@@ -130,8 +130,10 @@ prepare() {
# From https://github.com/Tk-Glitch/PKGBUILDS/tree/master/linux53-tkg/linux53-tkg-patches
msg2 "Patching with Undead PDS 0.99o patches, rebased to 5.4 by TkG"
- for MyPatch in 0005-v5.4_undead-pds099o.patch 0005-glitched-pds.patch
+ for MyPatch in 0005-v5.4_undead-pds099o.patch \
+ 0005-glitched-pds.patch
do
+ msg2 "Patching with $MyPatch..."
patch -Np1 -i "$srcdir/$MyPatch"
done