summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2019-04-01 10:49:08 +0200
committerMikael Eriksson2019-04-01 10:49:08 +0200
commite28b5d3c412ebe56725719c31866b9fc59de82d4 (patch)
treea83dbd59852fae2e37107a73e0f62e14a5bb8926
parentdef038ea0a68e283909e9f6f0b5da40476044ade (diff)
downloadaur-e28b5d3c412ebe56725719c31866b9fc59de82d4.tar.gz
5.1rc3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c6994c3786b..b8055ba67641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-mainline
- pkgver = 5.1rc2
+ pkgver = 5.1rc3
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-rc2
+ source = linux-mainline::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v5.1-rc3
source = config
source = 60-linux.hook
source = 90-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index f14613a0bb7c..c730fa5f4db9 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-rc2
-pkgver=5.1rc2
+_tag=v5.1-rc3
+pkgver=5.1rc3
pkgrel=1
arch=(x86_64)
url="https://git.archlinux.org/linux.git/log/?h=v$_srcver"