summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-06-04 21:00:23 +0200
committerMartchus2021-06-04 21:00:23 +0200
commitfe31644bd805ba3caaf7729e7c615220f701680b (patch)
treeabe778ce74c36b449fc77efc22f1a4dee110459f
parente5767acb346853c29ad210aaed2a39f500b5b1a2 (diff)
downloadaur-fe31644bd805ba3caaf7729e7c615220f701680b.tar.gz
Update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b6b1486bee8..8144f495347e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.1.6
+ pkgver = 1.1.7
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -28,10 +28,9 @@ pkgbase = mingw-w64-syncthingtray
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-1.1.6.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.6.tar.gz
+ source = syncthingtray-1.1.7.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.7.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 813577227d252ce1f3aa541bda7a31184bc277bab00fae40b88d285878a629e7
+ sha256sums = bd540efd58c3760db8953c230ab9558746700272da59dc9075a66b05b0a50c50
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
-
diff --git a/PKGBUILD b/PKGBUILD
index eac75e228386..46e6969b90fc 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=1.1.6
+pkgver=1.1.7
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' 'n
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=('813577227d252ce1f3aa541bda7a31184bc277bab00fae40b88d285878a629e7'
+sha256sums=('bd540efd58c3760db8953c230ab9558746700272da59dc9075a66b05b0a50c50'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)