mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
treemap: clean, use archive.org
This commit is contained in:
parent
6d1f67467b
commit
88533c2a6d
4 changed files with 6 additions and 27 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
def pre_build():
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
run_cmd(['updpkgsums'])
|
||||
|
||||
def post_build():
|
||||
git_add_files('PKGBUILD')
|
||||
git_commit()
|
||||
update_aur_repo()
|
|
@ -2,7 +2,12 @@ build_prefix: extra-x86_64
|
|||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
pre_build_script: |
|
||||
run_cmd(['updpkgsums'])
|
||||
post_build_script: |
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
||||
update_on:
|
||||
- source: regex
|
||||
url: https://sites.google.com/site/cophylogeny/software
|
||||
url: https://web.archive.org/web/20221220115941/https://sites.google.com/site/cophylogeny/software
|
||||
regex: TreeMap(\w+).jar
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: starsareintherose@outlook.com
|
||||
update_on:
|
||||
- source: aur
|
||||
aur: treemap
|
|
@ -1,8 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: starsareintherose@outlook.com
|
||||
update_on:
|
||||
- source: regex
|
||||
url: https://sites.google.com/site/cophylogeny/software
|
||||
regex: TreeMap(\w+).jar
|
Loading…
Add table
Reference in a new issue