summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-12-06 16:55:05 +0100
committerMartchus2022-12-06 16:55:05 +0100
commitb051c870f9224752ea88b328f47dc13967d1a8d3 (patch)
treeaa99efaeee246572293acf7b8869531c56eac01b
parent1bf54c003e7fa28f530e5b1e28deceb344258329 (diff)
downloadaur-b051c870f9224752ea88b328f47dc13967d1a8d3.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 8d3e3ba28ee3..4d91c9dafda1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.3.0
+ pkgver = 1.3.1
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.3.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.3.0.tar.gz
+ source = syncthingtray-1.3.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.3.1.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = aece0be140187a3c0c989a50007c3d5541d9e1abd51ec45b8c1e45ab783a9e52
+ sha256sums = c5b4c9b5ee2234eb8ba1e383064abba317de5ba2589ba92c286cf9535bbec295
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
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)