summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40adadd61d39..6ebc1d3e606e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.3.2
- pkgrel = 2
+ pkgver = 1.3.3
+ pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
arch = x86_64
@@ -33,8 +33,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.3.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.3.2.tar.gz
- sha256sums = 184d46f2bdf25be816635447c5ca390b6788cc7ccd643b5146686a128e70ef54
+ source = syncthingtray-1.3.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.3.3.tar.gz
+ sha256sums = a268da44b0a463d50ed71fd3dbca785d5680afb034f6b587cd53a6dffe693b1e
pkgname = syncthingtray
-
diff --git a/PKGBUILD b/PKGBUILD
index d3e6feb2c401..0db0b942428f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
license=('GPL')
@@ -44,7 +44,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream')
[[ $_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=('184d46f2bdf25be816635447c5ca390b6788cc7ccd643b5146686a128e70ef54')
+sha256sums=('a268da44b0a463d50ed71fd3dbca785d5680afb034f6b587cd53a6dffe693b1e')
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