summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-02-01 18:48:52 +0100
committerMartchus2022-02-01 18:48:52 +0100
commit98e2fb727e149e83acca7ad8dced2d0860e59e9b (patch)
tree11be0ed229e4f7fd28667f1d8c9538823a6f9c6a
parent47499e9aedbcb868de2b92da3fd0a39288b49771 (diff)
downloadaur-98e2fb727e149e83acca7ad8dced2d0860e59e9b.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 763afd19e6c9..d1605444f7d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.1.14
+ pkgver = 1.1.15
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.14.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.14.tar.gz
- sha256sums = 30197cce690e9c3128511fbf731207db958e9d861eaa8938e8c8d232c830dd35
+ source = syncthingtray-1.1.15.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.15.tar.gz
+ sha256sums = c46b8ad4d28bc9e6dbb703c1dee6cbb3cb423d12d2480a1793c700c3f6b5db17
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 5e69775dae45..54eb6ac33c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.14
+pkgver=1.1.15
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=('30197cce690e9c3128511fbf731207db958e9d861eaa8938e8c8d232c830dd35')
+sha256sums=('c46b8ad4d28bc9e6dbb703c1dee6cbb3cb423d12d2480a1793c700c3f6b5db17')
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