summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-01-07 01:36:31 +0100
committerMartchus2021-01-07 01:36:31 +0100
commit35e31a0631b2731254e13db3f3c6d1e577d423b6 (patch)
tree68a4dcccc6cb4111371ce7db1dd173f2d83fa60a
parent25ed8e4421b6b3422eca07dd2eb215d4dd9f6b84 (diff)
downloadaur-35e31a0631b2731254e13db3f3c6d1e577d423b6.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 e7e1d92cd379..2dedc295ff60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.1.0
+ pkgver = 1.1.1
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.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.0.tar.gz
- sha256sums = 730301d51744c7c54a393b06a3a02cd93d2275d8864d8a2dc84a86afc901756f
+ source = syncthingtray-1.1.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.1.tar.gz
+ sha256sums = 7a8dfb53d9359e0e930adef784d9b018f11985dfc264d7fdd3d20769b01615db
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index c84c485d8558..6996b9489d82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.0
+pkgver=1.1.1
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=('730301d51744c7c54a393b06a3a02cd93d2275d8864d8a2dc84a86afc901756f')
+sha256sums=('7a8dfb53d9359e0e930adef784d9b018f11985dfc264d7fdd3d20769b01615db')
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