summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-01-11 17:55:15 +0100
committerMartchus2022-01-11 17:55:15 +0100
commit47499e9aedbcb868de2b92da3fd0a39288b49771 (patch)
tree8f434c37265d9d1a4a8774a8140c59c1759e7029
parent12af840660a0b4dbf23e84868678df4d409f9545 (diff)
downloadaur-47499e9aedbcb868de2b92da3fd0a39288b49771.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e24d639a67e..763afd19e6c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.1.13
- pkgrel = 2
+ pkgver = 1.1.14
+ pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
arch = x86_64
@@ -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.13.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.13.tar.gz
- sha256sums = f70969512ef166db1e9776eb34dc8e1f531b1ebe328684034e7785a0e753270b
+ source = syncthingtray-1.1.14.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.14.tar.gz
+ sha256sums = 30197cce690e9c3128511fbf731207db958e9d861eaa8938e8c8d232c830dd35
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 816c4c100d27..5e69775dae45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.13
-pkgrel=2
+pkgver=1.1.14
+pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
license=('GPL')
@@ -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=('f70969512ef166db1e9776eb34dc8e1f531b1ebe328684034e7785a0e753270b')
+sha256sums=('30197cce690e9c3128511fbf731207db958e9d861eaa8938e8c8d232c830dd35')
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