summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2019-04-08 10:05:49 +0200
committerMikael Eriksson2019-04-08 10:05:49 +0200
commit5e5ede253179a40015eaf200c4cdff053e1e9c92 (patch)
tree17cfbbb34e3ac15587b1100d6c171d0ef613326e
parente28b5d3c412ebe56725719c31866b9fc59de82d4 (diff)
downloadaur-5e5ede253179a40015eaf200c4cdff053e1e9c92.tar.gz
5.1rc4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8055ba67641..c8aac06903fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 5.1rc3
+ pkgver = 5.1rc4
pkgrel = 1
url = https://git.archlinux.org/linux.git/log/?h=v
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = linux-mainline
makedepends = python-sphinx
makedepends = graphviz
options = !strip
- source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.1-rc3
+ source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.1-rc4
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index c730fa5f4db9..e1a66853e15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
-_tag=v5.1-rc3
-pkgver=5.1rc3
+_tag=v5.1-rc4
+pkgver=5.1rc4
pkgrel=1
arch=(x86_64)
url="https://git.archlinux.org/linux.git/log/?h=v$_srcver"