summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreggz2019-01-25 21:25:45 +0100
committereggz2019-01-25 21:25:45 +0100
commite42f0a281d64e50a3ef7e2ed3df0c06a544ec57f (patch)
tree38dd2b430fb3655920a94a6e7dd7a887efbf2c56 /PKGBUILD
parent88ed9a7bba34b5c7fa9a18cd08e6043b9ed33a71 (diff)
downloadaur-e42f0a281d64e50a3ef7e2ed3df0c06a544ec57f.tar.gz
updated on new release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4023be9a8eab..99ad672fa128 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
pkgbase=linux-amd-raven
_srcname=linux
-pkgver=4.20.3
+gitver=v4.20.4
+pkgver=4.20.4
pkgrel=1
arch=('x86_64')
url="http://www.kernel.org/"
@@ -31,7 +32,7 @@ pkgver() {
prepare() {
cd "${_srcname}"
#We want to base this on the release
- git checkout tags/v$pkgver
+ git checkout tags/$gitver
if [ "${CARCH}" = "x86_64" ]; then
cat "${srcdir}/config.x86_64" > ./.config
else