summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-03-01 14:34:52 +0100
committerMartchus2022-03-01 14:34:52 +0100
commit8582fec937aadc58bf025231065b8c6dd422ee76 (patch)
tree43f21c9245211748bebf06156de7a6ad420d07d3 /PKGBUILD
parent98e2fb727e149e83acca7ad8dced2d0860e59e9b (diff)
downloadaur-8582fec937aadc58bf025231065b8c6dd422ee76.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 54eb6ac33c80..28b8065a8d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.15
+pkgver=1.1.16
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=('c46b8ad4d28bc9e6dbb703c1dee6cbb3cb423d12d2480a1793c700c3f6b5db17')
+sha256sums=('5bb6fbd26527d7a95f6b9f09a66af8b43ab12ad0c5510563af570c40908a05c0')
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