summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-01-19 13:17:47 +0100
committerMartchus2020-01-19 13:17:47 +0100
commita21daae1d26b8e3064f69403d226875ae3e2a3ce (patch)
tree8b16bfa305ad6b673d3f0cff947e18e00e75ae81
parent6f4d52c5473b3af32a1fc54367abd442d62a96c3 (diff)
downloadaur-a21daae1d26b8e3064f69403d226875ae3e2a3ce.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 3ab53f5338a4..24e7c809c0f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 0.10.4
+ pkgver = 0.10.5
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -27,8 +27,8 @@ pkgbase = syncthingtray
depends = qt5-declarative
optdepends = kio: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
- source = syncthingtray-0.10.4.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.4.tar.gz
- sha256sums = 405b19034de1e8c5ce08ee85f660995d9a7c2ce2badd014e043a1bae1ebfffe3
+ source = syncthingtray-0.10.5.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.5.tar.gz
+ sha256sums = 5e8f0b3dd8c5cb693c1df145866721dac11b0a161a0dc0ae0a326f8cf2a93347
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 167c262a9631..46ab5de2048a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=0.10.4
+pkgver=0.10.5
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=('405b19034de1e8c5ce08ee85f660995d9a7c2ce2badd014e043a1bae1ebfffe3')
+sha256sums=('5e8f0b3dd8c5cb693c1df145866721dac11b0a161a0dc0ae0a326f8cf2a93347')
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