Packages/clustalw/lilac.py
starsareintherose c2979ebf28 add clustalw
2021-11-01 17:32:28 +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: