summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-11-07 13:25:07 +0100
committerMartchus2023-11-07 13:25:07 +0100
commite992be3ece9656181a5feacfc039fe75038c6d05 (patch)
tree94f35124e84c876c666f056cf1639d3b97b2903d
parent5bf9683bd59dc4e597fa3783216240f772143cdb (diff)
downloadaur-e992be3ece9656181a5feacfc039fe75038c6d05.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 b4c68b2696d1..8ca054865903 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.4.7
+ pkgver = 1.4.8
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.7.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.7.tar.gz
+ source = syncthingtray-1.4.8.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.8.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = a793f109bbdac74f49a8d4ec6124bdd5cf76f3024108f9cd31c571ac7cbcb684
+ sha256sums = 3d6eb1cce6d3daf1507997ed8b144791191a59db848d1fdab50c590b45e14582
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 8440872c83b8..e80f9fb8afc2 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.7
+pkgver=1.4.8
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=('a793f109bbdac74f49a8d4ec6124bdd5cf76f3024108f9cd31c571ac7cbcb684'
+sha256sums=('3d6eb1cce6d3daf1507997ed8b144791191a59db848d1fdab50c590b45e14582'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)