summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-11-04 17:01:57 +0100
committerMartchus2018-11-04 17:06:33 +0100
commit6125260029b98c063757d4c0d3271b3216fa94bf (patch)
tree8fd0a8d066dfa772ab3e2b5965217a0027a916d6 /PKGBUILD
parentba250f1019efa7116209aeb4c0bd11e1d79fd36e (diff)
downloadaur-6125260029b98c063757d4c0d3271b3216fa94bf.tar.gz
Unify with my other PKGBUILDs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f14c02183fa3..fb2c10265ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# you also find the URL of a binary repository.
# set the web view provider: either webkit, webengine, auto or none
-_webview_provider=none
+_webview_provider=${TAGEDITOR_WEBVIEW_PROVIDER:-none}
# set the JavaScript provider: either script, qml, auto or none
-_js_provider=script
+_js_provider=${TAGEDITOR_JS_PROVIDER:-qml}
# whether the experimental JSON export is enabled: ON or OFF
-_json_export=ON
+_json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=mingw-w64-tageditor