summarylogtreecommitdiffstats
path: root/lilac.py
diff options
context:
space:
mode:
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()