summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-03-05 14:50:00 +0100
committerMartchus2024-03-05 14:50:00 +0100
commit8246081d5aaaca6dbfa3d20069bb81c5af324b23 (patch)
tree654035f705a800861bfc45315e59b5ebc18364e9
parent5fc579e164afc44162ed9f900bb03fe55f15c83a (diff)
downloadaur-8246081d5aaaca6dbfa3d20069bb81c5af324b23.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fac21e5efa6..3b831c5c50bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syncthingtray-qt6
pkgdesc = Tray application for Syncthing (using Qt 6)
- pkgver = 1.4.13
- pkgrel = 2
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = syncthingtray-qt6
depends = qt6-declarative
optdepends = kio: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 6 desktop
- source = syncthingtray-1.4.13.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.13.tar.gz
- sha256sums = 18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef
+ source = syncthingtray-1.5.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.5.0.tar.gz
+ sha256sums = ddec89979a579b703de5324383f4171ab89844c83fbc725c663a81951ac4b070
pkgname = syncthingtray-qt6
diff --git a/PKGBUILD b/PKGBUILD
index e4d09f4f0339..e65ed4a2fd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,8 +26,8 @@ _reponame=syncthingtray
_cfg=qt6
pkgname=syncthingtray-$_cfg
_name=${pkgname%-$_cfg}
-pkgver=1.4.13
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing (using Qt 6)'
license=('GPL')
@@ -46,7 +46,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2')
[[ $_enable_plasmoid ]] && makedepends+=('libplasma' 'extra-cmake-modules')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef')
+sha256sums=('ddec89979a579b703de5324383f4171ab89844c83fbc725c663a81951ac4b070')
ephemeral_port() {
comm -23 <(seq 49152 65535) <(ss -tan | awk '{print $4}' | cut -d':' -f2 | grep "[0-9]\{1,5\}" | sort | uniq) | shuf | head -n 1