Packages/BioArchLinux/clustalx/lilac.py
starsareintherose 7c2a265f16 change the dir
2021-12-22 00:46:52 +00:00

12 lines
184 B
Python
Executable file

#!/usr/bin/env python3
from lilaclib import *
def pre_build():
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
def post_build():
git_pkgbuild_commit()
# vim:set ts=2 sw=2 et: