summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-01-19 13:17:48 +0100
committerMartchus2020-01-19 13:17:48 +0100
commit7da2e4f46cdd8ba865a977d21183dde567483eea (patch)
tree4f1f2a9a217dd676107e4d54d523166548edf039
parent29fdcd908eb70b66c4c15a11726088d6de44f231 (diff)
downloadaur-7da2e4f46cdd8ba865a977d21183dde567483eea.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 033f6b2c97af..36acf6d1856b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 0.10.4
+ pkgver = 0.10.5
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.4.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.4.tar.gz
+ source = syncthingtray-0.10.5.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.5.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 405b19034de1e8c5ce08ee85f660995d9a7c2ce2badd014e043a1bae1ebfffe3
+ sha256sums = 5e8f0b3dd8c5cb693c1df145866721dac11b0a161a0dc0ae0a326f8cf2a93347
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 7a40c6a4fd37..7ff2fe9be56a 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.4
+pkgver=0.10.5
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=('405b19034de1e8c5ce08ee85f660995d9a7c2ce2badd014e043a1bae1ebfffe3'
+sha256sums=('5e8f0b3dd8c5cb693c1df145866721dac11b0a161a0dc0ae0a326f8cf2a93347'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)