aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2019-05-02 16:07:05 -0400
committerChris Down2019-05-02 16:07:05 -0400
commite723a805a5136a9ee4e9a569e87a5fb597c216ae (patch)
tree90e346eb113c45101df991b306bdc661c54a6c86
parentbb94b7d7b563021b3fd0d2d1299300cbd786b5d2 (diff)
downloadaur-e723a805a5136a9ee4e9a569e87a5fb597c216ae.tar.gz
upgpkg: linux-cdown-mmots-git 5.1.0.mmots1-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd53e7c2968..53e565ebd952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-cdown-mmots-git
- pkgver = 5.0.0.mmots1
- pkgrel = 2
+ pkgver = 5.1.0.mmots1
+ pkgrel = 1
url = https://github.com/cdown/linux-mmots
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 2e37d8445428..3f4a4e10db55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Maintainer: Thomas Baechler <thomas@archlinux.org>
pkgbase=linux-cdown-mmots-git # Build stock -ARCH kernel
-_srcver=5.0.0-mmots1
+_srcver=5.1.0-mmots1
pkgver=${_srcver//-/.}
-pkgrel=2
+pkgrel=1
arch=(x86_64)
url="https://github.com/cdown/linux-mmots"
license=(GPL2)
@@ -53,9 +53,7 @@ prepare() {
msg2 "Setting config..."
cp ../config .config
echo "$PWD"
- cp .config /tmp/beforeolddefconfig
- make olddefconfig
- cp .config /tmp/beforelocalmodconfig
+ yes '' | make olddefconfig
yes '' | make localmodconfig
make -s kernelrelease > ../version
@@ -64,7 +62,7 @@ prepare() {
build() {
cd $_srcname
- make bzImage modules htmldocs
+ make bzImage modules
}
_package() {