summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-05-05 21:31:00 +0200
committerMartchus2022-05-05 21:31:00 +0200
commit7877369c756c9315a322cf1ffc0950bfa5c02eee (patch)
tree9e1981e27864861e2ecf45f25ad523419966acb8 /PKGBUILD
parentdfef66cf6ac85657bb16ef441356a8f1de060d3a (diff)
downloadaur-7877369c756c9315a322cf1ffc0950bfa5c02eee.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0516c4bdb812..018c0aa46aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.18
+pkgver=1.1.19
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
@@ -43,7 +43,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2')
[[ $_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=('d87a7a76d1f7195cce50c48f211654bbca6ec4b5bd2da620cef4934222dfdf4e')
+sha256sums=('3d2897c430b152d372418a1f0ddebfa1bbb20d787114307c36ee0fb00ca8c533')
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