summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-01-02 22:43:21 +0100
committerMartchus2024-01-02 22:43:21 +0100
commite4dd861c70289f59bb0e02a503a8547397c1fc5c (patch)
tree40fdb1bfb80b362f5077a3f6380f5a3a4b3b313d
parent3aeed7c6ea30c356a2dce3707f70b81b47e10faf (diff)
downloadaur-e4dd861c70289f59bb0e02a503a8547397c1fc5c.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 27be88cd6451..57e380e827e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.4.11
+ pkgver = 1.4.12
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.4.11.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.11.tar.gz
+ source = syncthingtray-1.4.12.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.12.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 0c48da193eb29338590bb297052a1274284d9c596a5078541c4d7cdf6b6eba6f
+ sha256sums = 569d50ac1fd5799fda86d948b3e15934b14ac469d3055738415f359452e3290f
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 7b8710652fbb..b23003ea05f3 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.4.11
+pkgver=1.4.12
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=('0c48da193eb29338590bb297052a1274284d9c596a5078541c4d7cdf6b6eba6f'
+sha256sums=('569d50ac1fd5799fda86d948b3e15934b14ac469d3055738415f359452e3290f'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)