summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-09-26 17:36:44 +0200
committerMartchus2018-09-26 17:36:44 +0200
commit39ee9eef5c1d87d0455bddbd87104fb1790686e4 (patch)
treedcf6fdb57b0ab59d637de7a1a7b4c63df3529ce3
parent10985dbe5e9909c81e120d975f3d270c983e17bd (diff)
downloadaur-39ee9eef5c1d87d0455bddbd87104fb1790686e4.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 e1b6d0af1d69..f57df4b48f1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-syncthingtray
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-0.8.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.8.1.tar.gz
- sha256sums = b6ef6d57a6f1945efff379c5936cc3d150c6a3d76584ede21a29669a66b35686
+ source = syncthingtray-0.8.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.8.2.tar.gz
+ sha256sums = 34ebc32c78bfc2c6ebba390e78dafc32e6eddbac7e613ab3b4573f79cb1c01b2
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index aeb1aec6c41e..f53b82e45737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _webview_provider=none
_reponame=syncthingtray
pkgname=mingw-w64-syncthingtray
_name=${pkgname#mingw-w64-}
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)'
@@ -21,7 +21,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=('b6ef6d57a6f1945efff379c5936cc3d150c6a3d76584ede21a29669a66b35686')
+sha256sums=('34ebc32c78bfc2c6ebba390e78dafc32e6eddbac7e613ab3b4573f79cb1c01b2')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'