mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
tiledb: clean
This commit is contained in:
parent
fd6ebbd962
commit
373c6068b4
2 changed files with 4 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
def pre_build():
|
||||
update_pkgver_and_pkgrel(_G.newver)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
|
@ -2,6 +2,10 @@ build_prefix: extra-x86_64
|
|||
maintainers:
|
||||
- github: pekkarr
|
||||
email: pekkarr@protonmail.com
|
||||
pre_build_script: |
|
||||
update_pkgver_and_pkgrel(_G.newver)
|
||||
post_build_script: |
|
||||
git_pkgbuild_commit()
|
||||
update_on:
|
||||
- source: github
|
||||
github: TileDB-Inc/TileDB
|
||||
|
|
Loading…
Add table
Reference in a new issue