summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-11-02 16:09:54 +0100
committerMartchus2022-11-02 16:09:54 +0100
commit1bf54c003e7fa28f530e5b1e28deceb344258329 (patch)
treef4a7d1932ba3df750c8bf6100c13f37d075a1004
parentfad310880ffb66bb637841e163bd82bc342485ba (diff)
downloadaur-1bf54c003e7fa28f530e5b1e28deceb344258329.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 6633e4bb1a9e..8d3e3ba28ee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.2.4
+ pkgver = 1.3.0
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.2.4.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.2.4.tar.gz
+ source = syncthingtray-1.3.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.3.0.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = bdd40eee7f16e8d4f53d153db4e0288f83b92a39bc33c96b22568f25712fe3d4
+ sha256sums = aece0be140187a3c0c989a50007c3d5541d9e1abd51ec45b8c1e45ab783a9e52
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index e4edf81efe41..78e898185896 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.2.4
+pkgver=1.3.0
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=('bdd40eee7f16e8d4f53d153db4e0288f83b92a39bc33c96b22568f25712fe3d4'
+sha256sums=('aece0be140187a3c0c989a50007c3d5541d9e1abd51ec45b8c1e45ab783a9e52'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)