summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-03-06 18:55:33 +0100
committerMartchus2021-03-06 18:55:33 +0100
commit08e622f0b3fb4fdece9e938bdeccc15c44a105e7 (patch)
treec9308571fdb69d60a1a2d60456225246af965863
parent6090aa6fc3a58121c624d0e7e07a7a9c55ee5ea5 (diff)
downloadaur-08e622f0b3fb4fdece9e938bdeccc15c44a105e7.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 ebccde7ad62e..56f0e7b0c65a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -28,8 +28,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-1.1.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.2.tar.gz
- sha256sums = 51442c192d3613aad5af175d1c5bdac954f38834d594fe5d9856bc717288e693
+ source = syncthingtray-1.1.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.3.tar.gz
+ sha256sums = 8ff8d7585010407fcd1f7c85e595ca6db4344c753cdaaed9e6031656f3286e06
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 65ade6c87ed1..bb6528565d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.2
+pkgver=1.1.3
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=('51442c192d3613aad5af175d1c5bdac954f38834d594fe5d9856bc717288e693')
+sha256sums=('8ff8d7585010407fcd1f7c85e595ca6db4344c753cdaaed9e6031656f3286e06')
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