summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-01-11 17:55:17 +0100
committerMartchus2022-01-11 17:55:17 +0100
commite70fc8b62df2054ac742fe57edcf06f9aeed6cd1 (patch)
tree162b69edbc1d1aa24a0cc313d6052a79010b7238
parent8609fac4c8e2e6966dfc609efceac8e495c27df9 (diff)
downloadaur-e70fc8b62df2054ac742fe57edcf06f9aeed6cd1.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 f32a84ebac1c..827b5986bd80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.1.13
+ pkgver = 1.1.14
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -30,9 +30,9 @@ pkgbase = mingw-w64-syncthingtray
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-1.1.13.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.13.tar.gz
+ source = syncthingtray-1.1.14.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.14.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = f70969512ef166db1e9776eb34dc8e1f531b1ebe328684034e7785a0e753270b
+ sha256sums = 30197cce690e9c3128511fbf731207db958e9d861eaa8938e8c8d232c830dd35
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 383e3d818017..deb33f660c17 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.13
+pkgver=1.1.14
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=('f70969512ef166db1e9776eb34dc8e1f531b1ebe328684034e7785a0e753270b'
+sha256sums=('30197cce690e9c3128511fbf731207db958e9d861eaa8938e8c8d232c830dd35'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)