summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-06-07 20:20:35 +0200
committerMartchus2022-06-07 20:20:35 +0200
commitb86ffd19dc5272b71f01856e55ddc9d6ef0a9efd (patch)
treef7ec428755ccd07df8bc2dc0c6dad47fec19b386 /PKGBUILD
parent775d4919874d5e18bd99887f00400fb24b3584bd (diff)
downloadaur-b86ffd19dc5272b71f01856e55ddc9d6ef0a9efd.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 29c123fd0ffd..aa89f50bfbee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.20
+pkgver=1.2.0
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=('e8398629e628dfdb068e2d283ee8e2e9099cb3c66038360eff80bc03f34ca95a')
+sha256sums=('1e1ae8c332190b22e2f228db3c1e21f41633f01f947ec7e0a07787dde6ccab5d')
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