summarylogtreecommitdiffstats
path: root/lilac.py
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-11-27 23:18:14 +0800
committerChih-Hsuan Yen2018-11-27 23:20:10 +0800
commit4ae97fda3f016d4fc5c0489ba88ff12993474152 (patch)
treed6e7e04247c09d35946860df211b0043280e0d8d /lilac.py
parent263f8e7f07da0e35886caeff732e8d3874d9d6ba (diff)
downloadaur-4ae97fda3f016d4fc5c0489ba88ff12993474152.tar.gz
python-torchvision: adopt, fix and improve
Diffstat (limited to 'lilac.py')
-rw-r--r--lilac.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/lilac.py b/lilac.py
new file mode 100644
index 000000000000..e23c10ef2765
--- /dev/null
+++ b/lilac.py
@@ -0,0 +1,10 @@
+from lilaclib import *
+
+
+def pre_build():
+ update_pkgver_and_pkgrel(_G.newver)
+
+
+def post_build():
+ git_pkgbuild_commit()
+ update_aur_repo()