summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-02-03 11:02:55 +0100
committerMartchus2021-02-03 11:02:55 +0100
commit6090aa6fc3a58121c624d0e7e07a7a9c55ee5ea5 (patch)
tree2dfb9d8908c6aeb03dfb53b3876f0832e969774b
parent35e31a0631b2731254e13db3f3c6d1e577d423b6 (diff)
downloadaur-6090aa6fc3a58121c624d0e7e07a7a9c55ee5ea5.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 2dedc295ff60..ebccde7ad62e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.1.1
+ pkgver = 1.1.2
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.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.1.tar.gz
- sha256sums = 7a8dfb53d9359e0e930adef784d9b018f11985dfc264d7fdd3d20769b01615db
+ source = syncthingtray-1.1.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.2.tar.gz
+ sha256sums = 51442c192d3613aad5af175d1c5bdac954f38834d594fe5d9856bc717288e693
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 6996b9489d82..65ade6c87ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.1
+pkgver=1.1.2
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=('7a8dfb53d9359e0e930adef784d9b018f11985dfc264d7fdd3d20769b01615db')
+sha256sums=('51442c192d3613aad5af175d1c5bdac954f38834d594fe5d9856bc717288e693')
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