Packages/clustalx/lilac.py
starsareintherose bf7abebea5 add clustalx
2021-11-01 17:33:04 +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: