summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-06-08 17:29:44 +0200
committerMartchus2023-06-08 17:29:44 +0200
commitfcc179fac69509bc6bc71e1f91e037644c7818c7 (patch)
tree5e8fd00b7bf34864c784c73a74cd013a7da75a7f
parent94764a952160e397fc291296365001322ce8fa08 (diff)
downloadaur-fcc179fac69509bc6bc71e1f91e037644c7818c7.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 593f054be95c..fbfdaa913f0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -33,7 +33,7 @@ pkgbase = syncthingtray
depends = qt5-declarative
optdepends = kio: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
- source = syncthingtray-1.4.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.2.tar.gz
- sha256sums = 76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c
+ source = syncthingtray-1.4.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.3.tar.gz
+ sha256sums = fa3ffe19210c0438fe513fcee49fae00b6087b4ad3f6855615e96c51bbb5150d
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index fd72b72f1015..df140e5cecf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.4.2
+pkgver=1.4.3
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-framework' '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=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c')
+sha256sums=('fa3ffe19210c0438fe513fcee49fae00b6087b4ad3f6855615e96c51bbb5150d')
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