summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-03-07 13:49:21 +0100
committerMartchus2019-03-07 13:49:21 +0100
commit3708a79db67565b1596667bf0f49d64ef8b77651 (patch)
treebb70bd455f97f8cfa8e5c598c5e56e09493b4fe7
parent923d26f0dc373c9dc9658ddbc87d1e3b0b757123 (diff)
downloadaur-3708a79db67565b1596667bf0f49d64ef8b77651.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7ab8331ef44..4025a3976979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 0.8.4
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-syncthingtray
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-0.8.4.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.8.4.tar.gz
- sha256sums = 084289f3a295ef41ae4ebbc3976ca5782b47949ab73a7e12e33c72d271e869ea
+ source = syncthingtray-0.9.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.9.0.tar.gz
+ sha256sums = 48e6f18302e820ae599c3028db246cec553d1a3c33b20a021a471273c84b30e9
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 29d05d85198a..cd4d169d0644 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.4
+pkgver=0.9.0
pkgrel=1
arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)'
@@ -26,7 +26,7 @@ depends=('mingw-w64-crt' 'mingw-w64-qt5-svg' 'mingw-w64-qtutilities' 'mingw-w64-
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=('084289f3a295ef41ae4ebbc3976ca5782b47949ab73a7e12e33c72d271e869ea')
+sha256sums=('48e6f18302e820ae599c3028db246cec553d1a3c33b20a021a471273c84b30e9')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'