summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-10-12 23:55:05 +0200
committerMartchus2019-10-12 23:55:05 +0200
commit06b0f2c7f5f1f05cb9017aaaf05600049e9f123a (patch)
tree8c51df1731703efd91f8a3d9639ca31bbcab4a0c
parentdb6cf5155410786250f7bb9998de48a6e3ab5883 (diff)
downloadaur-06b0f2c7f5f1f05cb9017aaaf05600049e9f123a.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 2bf40a17d91f..3cd32bf69f54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 0.10.1
+ pkgver = 0.10.2
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -25,9 +25,9 @@ pkgbase = mingw-w64-syncthingtray
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-0.10.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.1.tar.gz
+ source = syncthingtray-0.10.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.2.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 7b9674479a6c4a144f7ed4e00b8e39e96671702a89ed9a1c74555a687ff37b7d
+ sha256sums = 84f6085c9d1a21d396fa85545b934f7fcd22eab91da0da961bfe6ac0d41632e9
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 5c469f71d7ea..76a75feadb40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _enable_libsyncthing=${MINGW_W64_SYNCTHING_TRAY_JS_PROVIDER:-ON}
_reponame=syncthingtray
pkgname=mingw-w64-syncthingtray
_name=${pkgname#mingw-w64-}
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)'
@@ -31,7 +31,7 @@ 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")
[[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest")
-sha256sums=('7b9674479a6c4a144f7ed4e00b8e39e96671702a89ed9a1c74555a687ff37b7d'
+sha256sums=('84f6085c9d1a21d396fa85545b934f7fcd22eab91da0da961bfe6ac0d41632e9'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)