summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-01-07 20:13:41 +0100
committerMartchus2019-01-07 20:13:41 +0100
commit923d26f0dc373c9dc9658ddbc87d1e3b0b757123 (patch)
tree3355ae71fe18ab475252c186c5f4c29b6ae4e783
parentb27231ba00e1d6ea957aab60444773ded1828d6e (diff)
downloadaur-923d26f0dc373c9dc9658ddbc87d1e3b0b757123.tar.gz
Update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f3ca1c9694b..e7ab8331ef44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 0.8.3
+ pkgver = 0.8.4
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -14,12 +14,13 @@ pkgbase = mingw-w64-syncthingtray
depends = mingw-w64-qtutilities
depends = mingw-w64-openssl
depends = mingw-w64-qt5-base
+ depends = mingw-w64-qt5-declarative
options = !buildflags
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-0.8.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.8.3.tar.gz
- sha256sums = 85c7578ce4b2d9c2454cfa4b5b3b5617829d1a77f579e7d33b34bd31542a8b32
+ source = syncthingtray-0.8.4.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.8.4.tar.gz
+ sha256sums = 084289f3a295ef41ae4ebbc3976ca5782b47949ab73a7e12e33c72d271e869ea
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 659d7eefe39e..29d05d85198a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _js_provider=${SYNCTHING_TRAY_JS_PROVIDER:-qml}
_reponame=syncthingtray
pkgname=mingw-w64-syncthingtray
_name=${pkgname#mingw-w64-}
-pkgver=0.8.3
+pkgver=0.8.4
pkgrel=1
arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)'
@@ -21,10 +21,12 @@ depends=('mingw-w64-crt' 'mingw-w64-qt5-svg' 'mingw-w64-qtutilities' 'mingw-w64-
[[ $_webview_provider == none ]] && depends+=('mingw-w64-qt5-base')
[[ $_webview_provider == webkit ]] && depends+=('mingw-w64-qt5-webkit')
[[ $_webview_provider == webengine ]] && depends+=('mingw-w64-qt5-webengine')
+[[ $_js_provider == script ]] && depends+=('mingw-w64-qt5-script')
+[[ $_js_provider == qml ]] && depends+=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('85c7578ce4b2d9c2454cfa4b5b3b5617829d1a77f579e7d33b34bd31542a8b32')
+sha256sums=('084289f3a295ef41ae4ebbc3976ca5782b47949ab73a7e12e33c72d271e869ea')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'