summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-03-05 14:49:51 +0100
committerMartchus2024-03-05 14:49:51 +0100
commitb61638e60cc0f27b4e81c1243b8557ec820cbcbb (patch)
tree7d7d26e7dc9b373dd916af10d52add065875dff6
parentb0086c0c3549a37001feab59a395481f5d98da30 (diff)
downloadaur-b61638e60cc0f27b4e81c1243b8557ec820cbcbb.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 c173890db6ff..46c257008ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.4.13
+ pkgver = 1.5.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.4.13.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.13.tar.gz
+ source = syncthingtray-1.5.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.5.0.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef
+ sha256sums = ddec89979a579b703de5324383f4171ab89844c83fbc725c663a81951ac4b070
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 10cbb783baf0..dd70cf7c463a 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.13
+pkgver=1.5.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=('18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef'
+sha256sums=('ddec89979a579b703de5324383f4171ab89844c83fbc725c663a81951ac4b070'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)