summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-05 09:01:33 +0100
committerMartchus2020-02-05 09:01:33 +0100
commitdedcc971340562d3878d0a14096965b99d673f17 (patch)
tree9d18efbbb872150870c5dbd3dcc4c34d1b4898be
parent0c1b1d4e3a4b26a3531ccb476ada21026850bcb3 (diff)
downloadaur-dedcc971340562d3878d0a14096965b99d673f17.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 36acf6d1856b..a3afc5cede8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 0.10.5
+ pkgver = 0.10.6
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.5.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.5.tar.gz
+ source = syncthingtray-0.10.6.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.6.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 5e8f0b3dd8c5cb693c1df145866721dac11b0a161a0dc0ae0a326f8cf2a93347
+ sha256sums = 7c0b7e760d37149ae87d66af5887f85e08bed45bf1891eee82271463e6824216
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 7ff2fe9be56a..2397bc9c9d20 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.5
+pkgver=0.10.6
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=('5e8f0b3dd8c5cb693c1df145866721dac11b0a161a0dc0ae0a326f8cf2a93347'
+sha256sums=('7c0b7e760d37149ae87d66af5887f85e08bed45bf1891eee82271463e6824216'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)