summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-12-07 20:41:27 +0100
committerMartchus2021-12-07 20:41:27 +0100
commit8609fac4c8e2e6966dfc609efceac8e495c27df9 (patch)
tree8050a70cfdb1d412c19e1fe5e38c770655f4973c
parenta51f9032cea3c58540fc7a27c1ac272160e474f2 (diff)
downloadaur-8609fac4c8e2e6966dfc609efceac8e495c27df9.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 44e274dc7db1..f32a84ebac1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.1.12
+ pkgver = 1.1.13
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.12.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.12.tar.gz
+ source = syncthingtray-1.1.13.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.13.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 19d0c0b9747188fb6e0785fc882744cab006d8313027bff4cd1685401c71bc10
+ sha256sums = f70969512ef166db1e9776eb34dc8e1f531b1ebe328684034e7785a0e753270b
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 91dea8c3e802..383e3d818017 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.12
+pkgver=1.1.13
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=('19d0c0b9747188fb6e0785fc882744cab006d8313027bff4cd1685401c71bc10'
+sha256sums=('f70969512ef166db1e9776eb34dc8e1f531b1ebe328684034e7785a0e753270b'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)