summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-12-07 20:41:23 +0100
committerMartchus2021-12-07 20:41:23 +0100
commitb0968c4ffae336155c80c31e4ed037b9a15311cc (patch)
tree449b8f10ee8f43143cf82195e3d941cc4f602f80
parent11e80d733dacc6ee16ca1ae435b27e6d60ea1f0f (diff)
downloadaur-b0968c4ffae336155c80c31e4ed037b9a15311cc.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 1aa9b609c05f..1446262b12af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.1.12
+ pkgver = 1.1.13
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -32,7 +32,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.1.12.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.12.tar.gz
- sha256sums = 19d0c0b9747188fb6e0785fc882744cab006d8313027bff4cd1685401c71bc10
+ source = syncthingtray-1.1.13.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.13.tar.gz
+ sha256sums = f70969512ef166db1e9776eb34dc8e1f531b1ebe328684034e7785a0e753270b
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 9b0c5a0c0daf..16749da3d071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.12
+pkgver=1.1.13
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=('19d0c0b9747188fb6e0785fc882744cab006d8313027bff4cd1685401c71bc10')
+sha256sums=('f70969512ef166db1e9776eb34dc8e1f531b1ebe328684034e7785a0e753270b')
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