summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikael Eriksson2016-01-24 23:29:03 +0100
committerMikael Eriksson2016-01-24 23:29:03 +0100
commited9565c8a2694b42cc7afdfd44c32b0c3f7b8a45 (patch)
tree84474a4ee543cb131ef34ed26d018454a6e49aea /PKGBUILD
parentbbeda839a14e009069bcc6f112ab0a042a00bf6d (diff)
downloadaur-ed9565c8a2694b42cc7afdfd44c32b0c3f7b8a45.tar.gz
Fix pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db6fe6dcde24..90668ce5595a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgbase=linux-mainline # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
_srcname=linux-4.4
_patchname=patch-4.5-rc1
-pkgver=4.4
+pkgver=4.5rc1
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"