summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-07-02 19:43:36 +0200
committerMartchus2024-07-02 19:43:36 +0200
commit448e29cdfa3a6c6f6f5dfe16db4b6ad7895d3216 (patch)
treebdb618ded8475c30e36d41b14ae7e530cb99f9f3 /PKGBUILD
parentce1ec1ebad672b96ad187c905a0c063eb2be692a (diff)
downloadaur-mingw-w64-syncthingtray.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 117177045d64..169458023c60 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.4
+pkgver=1.5.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' '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=('bb4d462284850ca43b48d7f6ee0cd2109c529136f574a572d546fdaec0cf6e9b'
+sha256sums=('b4a987511bfac59b2f9e6ca35459608339e03b85a358c7b9f19b921056f3d68f'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)