summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-06-03 10:13:38 +0200
committerMartchus2020-06-03 10:13:38 +0200
commit8bedd609b927884df6ac9f27d344c0d15616e18d (patch)
tree53ab96e7f0fa1cca165768fd29d855df62bb0d0b
parent8137eb09a5d676790dfd6f878d4846ba1540f457 (diff)
downloadaur-8bedd609b927884df6ac9f27d344c0d15616e18d.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 b149a1a4516b..913b393ab5a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 0.10.9
+ pkgver = 0.10.10
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.9.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.9.tar.gz
- sha256sums = 543faca6f3b3e2ce813a4f2cad9346da1d8e90cfd1736b99284670626a82c2e3
+ source = syncthingtray-0.10.10.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.10.tar.gz
+ sha256sums = 057873e4fe7dc07dc98f003db2eb6c26336c751da6444a24b5cf184fb553ebd0
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 3fc05390050d..fef8fea2b46d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=0.10.9
+pkgver=0.10.10
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=('543faca6f3b3e2ce813a4f2cad9346da1d8e90cfd1736b99284670626a82c2e3')
+sha256sums=('057873e4fe7dc07dc98f003db2eb6c26336c751da6444a24b5cf184fb553ebd0')
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