aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Down2019-05-02 16:46:14 -0400
committerChris Down2019-05-02 16:46:14 -0400
commite9f686793c50c450076a21eaa5224c7d824cd244 (patch)
tree944e7d18450a828ff8d9b6a2e4ce17d122ca033a /PKGBUILD
parente723a805a5136a9ee4e9a569e87a5fb597c216ae (diff)
downloadaur-e9f686793c50c450076a21eaa5224c7d824cd244.tar.gz
upgpkg: linux-cdown-mmots-git 5.1.0.rc6.mm1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f4a4e10db55..9f0a8286be31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Thomas Baechler <thomas@archlinux.org>
pkgbase=linux-cdown-mmots-git # Build stock -ARCH kernel
-_srcver=5.1.0-mmots1
+_srcver=5.1.0-rc6-mm1
pkgver=${_srcver//-/.}
pkgrel=1
arch=(x86_64)
@@ -62,7 +62,7 @@ prepare() {
build() {
cd $_srcname
- make bzImage modules
+ make bzImage modules htmldocs
}
_package() {