summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2018-03-30 10:02:51 +0100
committerLeonidas Spyropoulos2018-03-30 10:02:51 +0100
commite46569fcfbaafeeb63b014db9188e4e174fc5436 (patch)
treef677e4935f8c16f2efbbdce48bde300de8f9229b
parent9a317f95c65acc4dafa023deeead60aef3321d00 (diff)
downloadaur-e46569fcfbaafeeb63b014db9188e4e174fc5436.tar.gz
upgpkg: linux-gc 4.15.14-2
Remove EXTRAVERSION edit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 551507614d31..841d5ecbeb40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-gc
pkgver = 4.15.14
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index b5355d97f10c..25fc7298bcc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,14 +26,14 @@ _NUMAdisable=y
# This PKGBUILD will call it directly to probe all the modules you have logged!
#
# More at this wiki page ---> https://wiki.archlinux.org/index.php/Modprobed-db
-_localmodcfg=
+_localmodcfg=y
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-gc # Build kernel with a different name
_srcname=linux-4.15
pkgver=4.15.14
-pkgrel=1
+pkgrel=2
_pdsversion=098k
arch=('x86_64')
url="https://www.kernel.org/"
@@ -88,9 +88,6 @@ prepare() {
# https://bugs.archlinux.org/task/56711
patch -Np1 -i ../0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
- # fix naming schema in EXTRAVERSION of psd patch set
- sed -i -re "s/^(.EXTRAVERSION).*$/\1 = /" "../${_pdsversion}"
-
# Patch source with PDS scheduler
patch -Np1 -i "../${_psd_patch}"