mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 22:10:40 +08:00
change autobuild.yaml and PKGBUILD: linux-phicomm-n1-lts-git
This commit is contained in:
parent
222b09272a
commit
a81e98398a
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -2,3 +2,7 @@ type:
|
|||
auto
|
||||
timeout:
|
||||
720
|
||||
extra:
|
||||
- failure:
|
||||
- rm -rf 'src_fail'
|
||||
- mv 'src' 'src_fail'
|
||||
|
|
Loading…
Reference in a new issue