summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2018-07-09 02:58:54 +0200
committerMikael Eriksson2018-07-09 02:58:54 +0200
commit3186c7229cf4bbf2544f076eafae1af463cab77a (patch)
tree7df7929f0d666e8813ab0843e35958348aad4efb
parent124dc278e7aaefe944579f14621abd8d2611f356 (diff)
downloadaur-3186c7229cf4bbf2544f076eafae1af463cab77a.tar.gz
4.18rc4-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83ec533289c6..128373d600cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 4.18rc3
+ pkgver = 4.18rc4
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = linux-mainline
makedepends = libelf
makedepends = git
options = !strip
- source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.18-rc3
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.18-rc4
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 198aaafa66e0..385f9e22b103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
-_tag=v4.18-rc3
-pkgver=4.18rc3
+_tag=v4.18-rc4
+pkgver=4.18rc4
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"