summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-08 16:41:31 +0200
committerMartchus2024-05-08 16:41:31 +0200
commitef06b0e892b3544afe861c886aa340821cb3836f (patch)
treeb02534dbf34bad80cc1ceaf665967b146a581807
parent144ceb105e6df62705e7565a4d0facaacdd8f9fc (diff)
downloadaur-mingw-w64-syncthingtray.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 626ea91383f5..5928976dc011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.5.2
+ pkgver = 1.5.3
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.5.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.5.2.tar.gz
+ source = syncthingtray-1.5.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.5.3.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 0e3f13bd1a966fef1042707b323ff4decde6cf6f091ee61e7f1a643925f9579e
+ sha256sums = 9a3f0d22b598041403668341282ed9222e0b83bf4eb43b27717b0b253ba7ad9c
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 86018633f427..1eac4a78ffbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _enable_libsyncthing=${MINGW_W64_SYNCTHING_TRAY_ENABLE_LIBSYNCTHING:-ON}
_reponame=syncthingtray
pkgname=mingw-w64-syncthingtray
_name=${pkgname#mingw-w64-}
-pkgver=1.5.2
+pkgver=1.5.3
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=('0e3f13bd1a966fef1042707b323ff4decde6cf6f091ee61e7f1a643925f9579e'
+sha256sums=('9a3f0d22b598041403668341282ed9222e0b83bf4eb43b27717b0b253ba7ad9c'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)