summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-11-04 17:01:57 +0100
committerMartchus2018-11-04 17:07:42 +0100
commitc217e78c89e4df82299dd4ef1fc0436c3644066a (patch)
tree18a44027c333176534b47fcb65ed46c284f30cfa
parentb2aed5ec59fe56306d49794caae1763e70b06abf (diff)
downloadaur-c217e78c89e4df82299dd4ef1fc0436c3644066a.tar.gz
Unify with my other PKGBUILDs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3c19526260a..25e28d2490ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = tageditor
url = https://github.com/Martchus/tageditor
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL
checkdepends = cppunit
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 2736911ec23f..47e54462d36e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,19 @@
# you also find the URL of a binary repository.
# set the web view provider: either webkit, webengine, auto or none
-_webview_provider=webkit
+_webview_provider=${TAGEDITOR_WEBVIEW_PROVIDER:-webkit}
# set the JavaScript provider: either script, qml, auto or none
-_js_provider=qml
+_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=tageditor
pkgver=3.1.2
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska'
license=('GPL')
depends=('qtutilities>=5.6.0' 'tagparser>=6.2.0' 'desktop-file-utils' 'xdg-utils')