summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-06-07 20:20:37 +0200
committerMartchus2022-06-07 20:20:37 +0200
commit2860c80c0166b182350d9671fd3cf0b8d103976c (patch)
tree8c3174b56793ddd3e9cc80591fdfb32f2f5f9927
parent7858018633dac71dda755583e5729f2363eb92fc (diff)
downloadaur-2860c80c0166b182350d9671fd3cf0b8d103976c.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 c40b6450e252..a024c437b89e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.1.20
+ pkgver = 1.2.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.1.20.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.20.tar.gz
+ source = syncthingtray-1.2.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.2.0.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 3d2897c430b152d372418a1f0ddebfa1bbb20d787114307c36ee0fb00ca8c533
+ sha256sums = 1e1ae8c332190b22e2f228db3c1e21f41633f01f947ec7e0a07787dde6ccab5d
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 02f632393af3..b46edc3b0065 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.1.20
+pkgver=1.2.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=('3d2897c430b152d372418a1f0ddebfa1bbb20d787114307c36ee0fb00ca8c533'
+sha256sums=('1e1ae8c332190b22e2f228db3c1e21f41633f01f947ec7e0a07787dde6ccab5d'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)