summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-02-06 19:32:17 +0100
committerMartchus2024-02-06 19:32:17 +0100
commitfd0fe5ac6b32017a32662349faa294f0391007dd (patch)
treea43e4bb43843d3a5a3e92da7d1ccdc8bf19164d3
parent867713198e5eb7ee44620bd9cda457d2a0181ab5 (diff)
downloadaur-fd0fe5ac6b32017a32662349faa294f0391007dd.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 e3e74be8da78..a940fedcceab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.4.12
+ pkgver = 1.4.13
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -31,7 +31,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.12.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.12.tar.gz
- sha256sums = 569d50ac1fd5799fda86d948b3e15934b14ac469d3055738415f359452e3290f
+ source = syncthingtray-1.4.13.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.13.tar.gz
+ sha256sums = 18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index ab23abdfac0b..4fe023bb47a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.4.12
+pkgver=1.4.13
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
@@ -44,7 +44,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2')
[[ $_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=('569d50ac1fd5799fda86d948b3e15934b14ac469d3055738415f359452e3290f')
+sha256sums=('18e604518fc252e49ce1cf8249f1ee15ac094c9d5303b02d23fe1d8468736cef')
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