summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-11-22 00:04:48 +0100
committerMartchus2023-11-22 00:04:48 +0100
commit15874f4beb8455c407a0cebb850cedb652007444 (patch)
treef0c4730a84a4d289b2220e4f336b321f1aa7bcff
parente2cd067583defc6cb39b894fb264cf63a8f21e95 (diff)
downloadaur-15874f4beb8455c407a0cebb850cedb652007444.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 01f58da0df7b..f60472ddeeb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.4.8
+ pkgver = 1.4.9
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -32,7 +32,7 @@ pkgbase = syncthingtray
depends = qt5-declarative
optdepends = kio5: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
- source = syncthingtray-1.4.8.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.8.tar.gz
- sha256sums = 3d6eb1cce6d3daf1507997ed8b144791191a59db848d1fdab50c590b45e14582
+ source = syncthingtray-1.4.9.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.9.tar.gz
+ sha256sums = f9003bbe185d355f9cac18862077fa2cc4e809f7f416d9b1dd5ef6474c926742
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 4e49a3bdac80..819d0bc1d84d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.4.8
+pkgver=1.4.9
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
@@ -44,7 +44,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream')
[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework5' 'extra-cmake-modules')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('3d6eb1cce6d3daf1507997ed8b144791191a59db848d1fdab50c590b45e14582')
+sha256sums=('f9003bbe185d355f9cac18862077fa2cc4e809f7f416d9b1dd5ef6474c926742')
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