change: update overture from aur

This commit is contained in:
Archlinux-Jerry Build Bot 2019-10-24 12:49:12 +08:00
parent d456c63482
commit 8aedc44cd0
3 changed files with 28 additions and 0 deletions

View File

@ -2,3 +2,6 @@ type:
auto
priority:
10
extra:
- update:
- bash buildbot.update.d/update.sh

View File

@ -0,0 +1,24 @@
#!/bin/bash
# buildbot update hook for aur packages
PKGNAME='overture'
PKGBUILD='PKGBUILD'
# prepare upstream source
prepare() {
# sed -i "s/^arch=.*$/arch=('aarch64')/g" PKGBUILD
# git apply 0001.patch
true
}
# which files to include, overrides exclude_files below
INCLUDE_FILES=(
# 'PKGBUILD'
# '.gitignore'
)
# which files to exclude, use '*' and '.*' to exclude all
EXCLUDE_FILES=(
'.SRCINFO'
'.git'
)

View File

@ -0,0 +1 @@
../../.buildbot/aur.hook.d/update.sh