tiledb: clean

This commit is contained in:
Guoyi Zhang 2025-02-08 19:00:29 +11:00
parent fd6ebbd962
commit 373c6068b4
2 changed files with 4 additions and 8 deletions

View file

@ -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()

View file

@ -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