summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2020-07-20 21:01:58 +1000
committerKyle De'Vir2020-07-20 21:01:58 +1000
commit4a420869e5b200cd0b998d8ca35f80936dc8af54 (patch)
tree78daee0ad0e5ad70c4c9e9b6db13d4bc5523ae7a
parentfdcadc4222f4fca90dacc7a13bdf68f896efee1b (diff)
downloadaur-4a420869e5b200cd0b998d8ca35f80936dc8af54.tar.gz
5.7.9.arch1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cddf21e507fc..e3e97781f6ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = linux-pds
pkgdesc = Linux
- pkgver = 5.7.8.arch1
+ pkgver = 5.7.9.arch1
pkgrel = 1
- url = https://git.archlinux.org/linux.git/log/?h=v5.7.8-arch1
+ url = https://git.archlinux.org/linux.git/log/?h=v5.7.9-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.8-arch1
+ source = git+https://git.archlinux.org/linux?signed#tag=v5.7.9-arch1
source = git+https://github.com/graysky2/kernel_gcc_patch
source = config
source = sphinx-workaround.patch
diff --git a/PKGBUILD b/PKGBUILD
index 35c513abb1d0..d4d1100c2e96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Kyle De'Vir (QuartzDragon) <kyle[dot]devir[at]mykolab[dot]com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
### BUILD OPTIONS
# Set these variables to ANYTHING that is not null to enable them
@@ -59,7 +59,7 @@ _subarch=
_localmodcfg=
pkgbase=linux-pds
-pkgver=5.7.8.arch1
+pkgver=5.7.9.arch1
pkgrel=1
pkgdesc="Linux"
_srcver_tag=v${pkgver%.*}-${pkgver##*.}
@@ -134,7 +134,7 @@ prepare() {
0005-v5.7_undead-pds099o.patch \
0005-glitched-pds.patch
do
- msg2 "Patching with $MyPatch..."
+ msg2 "Applying patch $MyPatch..."
patch -Np1 -i "$srcdir/$MyPatch"
done