summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentfdcadc4222f4fca90dacc7a13bdf68f896efee1b (diff)
downloadaur-4a420869e5b200cd0b998d8ca35f80936dc8af54.tar.gz
5.7.9.arch1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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