summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-11-04 17:01:57 +0100
committerMartchus2018-11-04 17:06:33 +0100
commit6125260029b98c063757d4c0d3271b3216fa94bf (patch)
tree8fd0a8d066dfa772ab3e2b5965217a0027a916d6
parentba250f1019efa7116209aeb4c0bd11e1d79fd36e (diff)
downloadaur-6125260029b98c063757d4c0d3271b3216fa94bf.tar.gz
Unify with my other PKGBUILDs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e397ce6da52..3567f454d13b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-tageditor
depends = mingw-w64-crt
depends = mingw-w64-qtutilities>=5.6.0
depends = mingw-w64-tagparser>=6.2.0
- depends = mingw-w64-qt5-script>=5.6
+ depends = mingw-w64-qt5-declarative>=5.6
options = !buildflags
options = staticlibs
options = !strip
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