change autobuild.yaml and PKGBUILD: linux-phicomm-n1-lts-git

This commit is contained in:
Archlinux-Jerry Build Bot 2019-09-19 19:48:22 +08:00
parent 222b09272a
commit a81e98398a
2 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ pkgbase=linux-phicomm-n1-lts-git
_srcname=Amlogic_s905-kernel
_kernelname=${pkgbase#linux}
_desc="AArch64 kernel for Phicomm N1"
pkgver=4.19.26.g02bf7bdd259a
pkgver=4.19.74.gd63fb2829240
pkgrel=1
arch=('aarch64')
url="https://github.com/isjerryxiao/Amlogic_s905-kernel"
@ -42,9 +42,6 @@ prepare() {
build() {
cd "${srcdir}/${_srcname}"
# Dirty hack to git rid of the + in kernel version
mv .git .git_1
# add pkgrel to extraversion
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile

View File

@ -2,3 +2,7 @@ type:
auto
timeout:
720
extra:
- failure:
- rm -rf 'src_fail'
- mv 'src' 'src_fail'