mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
Update lilac.py
This commit is contained in:
parent
cb616b4576
commit
55b113c2e2
1 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,10 @@
|
|||
maintainers:
|
||||
- github: michael.g.elliot
|
||||
email: m.g.elliot@rug.nl
|
||||
build_prefix: extra-x86_64
|
||||
update_on:
|
||||
- source: regex
|
||||
url: "https://peterbeerli.com/migrate-html5/download_version4/"
|
||||
regex: migrate-(\d+.\d+.\d+).src.tar.gz
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from lilaclib import *
|
||||
|
||||
def pre_build():
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
|
||||
def post_build():
|
||||
git_add_files('PKGBUILD')
|
||||
git_commit()
|
||||
|
|
Loading…
Add table
Reference in a new issue