summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2019-05-24 12:52:31 +1000
committerKyle De'Vir2019-05-24 12:52:31 +1000
commit058c165544b5af40df9c7261acb35beaac838a96 (patch)
treeb0176296085a17acb80bfa4cf93d57022d238180
parentcf6d53e175a0f5c86dd9d3ace8c082c380b302b1 (diff)
downloadaur-058c165544b5af40df9c7261acb35beaac838a96.tar.gz
5.1.4
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63767511e4f4..c0758f83ca03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-pds
- pkgver = 5.1.3.arch1
+ pkgver = 5.1.4.arch1
pkgrel = 1
- url = https://git.archlinux.org/linux.git/log/?h=v5.1.3-arch1
+ url = https://git.archlinux.org/linux.git/log/?h=v5.1.4-arch1
arch = x86_64
license = GPL2
makedepends = bc
@@ -11,7 +11,7 @@ pkgbase = linux-pds
makedepends = libelf
makedepends = xmlto
options = !strip
- source = git+https://git.archlinux.org/linux?signed#tag=v5.1.3-arch1
+ source = git+https://git.archlinux.org/linux?signed#tag=v5.1.4-arch1
source = git+https://github.com/graysky2/kernel_gcc_patch
source = config
source = 60-linux.hook
@@ -44,11 +44,11 @@ pkgname = linux-pds
pkgname = linux-pds-headers
pkgdesc = Header files and scripts for building modules for Linux-pds kernel ~ featuring Alfred Chen's PDS CPU scheduler, rebased by TkG
- provides = linux-pds-headers=5.1.3.arch1
- provides = linux-headers=5.1.3.arch1
+ provides = linux-pds-headers=5.1.4.arch1
+ provides = linux-headers=5.1.4.arch1
pkgname = linux-pds-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-pds kernel ~ featuring Alfred Chen's PDS CPU scheduler, rebased by TkG
- provides = linux-pds-docs=5.1.3.arch1
- provides = linux-docs=5.1.3.arch1
+ provides = linux-pds-docs=5.1.4.arch1
+ provides = linux-docs=5.1.4.arch1
diff --git a/PKGBUILD b/PKGBUILD
index 3ebc29f11bcc..0a3516381f0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ _subarch=
_localmodcfg=
pkgbase=linux-pds
-_srcver=5.1.3-arch1
+_srcver=5.1.4-arch1
pkgver=${_srcver//-/.}
pkgrel=1
arch=(x86_64)
@@ -120,6 +120,11 @@ _kernelname=${pkgbase#linux}
prepare() {
cd ${_reponame}
+ msg2 "Setting version..."
+ scripts/setlocalversion --save-scmversion
+ echo "-$pkgrel" > localversion.10-pkgrel
+ echo "$_kernelname" > localversion.20-pkgname
+
msg2 "Patching Undead PDS 0.99o 5.1 rebase by TkG"
patch -Np1 -i "$srcdir/01-Undead-PDS-0.99o-rebase-by-TkG.patch"
patch -Np1 -i "$srcdir/02-Glitched-PDS-by-TkG.patch"
@@ -127,12 +132,7 @@ prepare() {
# https://github.com/graysky2/kernel_gcc_patch
msg2 "Patching to enabled additional gcc CPU optimizatons..."
patch -Np1 -i "$srcdir/${_reponame_gcc_patch}/${_gcc_patch_name}"
-
- msg2 "Setting version..."
- scripts/setlocalversion --save-scmversion
- echo "-$pkgrel" > localversion.10-pkgrel
- echo "$_kernelname" > localversion.20-pkgname
-
+
msg2 "Setting config..."
cp ../config .config