summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-06-06 18:31:46 +0200
committerMartchus2023-06-06 18:31:46 +0200
commit94764a952160e397fc291296365001322ce8fa08 (patch)
treeb40959afff90778b2dbf1009612b32efc8be34a3
parentb122931951d75c31062f683a9083e8c4691b0b27 (diff)
downloadaur-94764a952160e397fc291296365001322ce8fa08.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 0f18999ed7f1..593f054be95c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.4.1
+ pkgver = 1.4.2
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.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.1.tar.gz
- sha256sums = 6a2102c82dc6a8d9b0cf72941e997bb300b5011fe877696edc762e1440abd133
+ source = syncthingtray-1.4.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.2.tar.gz
+ sha256sums = 76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index f3c54445a7a6..fd72b72f1015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.4.1
+pkgver=1.4.2
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=('6a2102c82dc6a8d9b0cf72941e997bb300b5011fe877696edc762e1440abd133')
+sha256sums=('76f27c8b1f7e39befca698edcc8092f61e86819d6fa99b9b581e97214f17920c')
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