summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-12-06 16:55:05 +0100
committerMartchus2022-12-06 16:55:05 +0100
commitb051c870f9224752ea88b328f47dc13967d1a8d3 (patch)
treeaa99efaeee246572293acf7b8869531c56eac01b /PKGBUILD
parent1bf54c003e7fa28f530e5b1e28deceb344258329 (diff)
downloadaur-b051c870f9224752ea88b328f47dc13967d1a8d3.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 78e898185896..56546b772ebc 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.3.0
+pkgver=1.3.1
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=('aece0be140187a3c0c989a50007c3d5541d9e1abd51ec45b8c1e45ab783a9e52'
+sha256sums=('c5b4c9b5ee2234eb8ba1e383064abba317de5ba2589ba92c286cf9535bbec295'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)