summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-09-05 18:08:18 +0200
committerMartchus2023-09-05 18:08:18 +0200
commitbb26e8f7362990b992704a7f207a2e6b08857b80 (patch)
treee72efb53fbb855d725fbe87e198e4b1239188382
parent1a082659b0d0a35bc71865f6cae36f02b49525de (diff)
downloadaur-bb26e8f7362990b992704a7f207a2e6b08857b80.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 26fbb4bad864..8364b155202d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.4.5
+ pkgver = 1.4.6
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.5.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.5.tar.gz
- sha256sums = 9d0cabec3d2ac6de56754baeb56585cb90dfbe0db4acbcbb4c9269a334a370ae
+ source = syncthingtray-1.4.6.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.6.tar.gz
+ sha256sums = 3805fe0d7ec8d5df9670ba480e396b982cc1995361d446c691ad7eb1aacb322d
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 91942f0300f3..9309e29205d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.4.5
+pkgver=1.4.6
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=('9d0cabec3d2ac6de56754baeb56585cb90dfbe0db4acbcbb4c9269a334a370ae')
+sha256sums=('3805fe0d7ec8d5df9670ba480e396b982cc1995361d446c691ad7eb1aacb322d')
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