summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-04-07 10:01:15 +0200
committerMartchus2021-04-07 10:01:15 +0200
commita73663932a864564f4067e29026c85b6b369f508 (patch)
tree4eeedb0379b040ab6fdf99ffc97ba5971dd6f42e
parent228fce1b11ddc48e7db447cd90d010aa121dffe9 (diff)
downloadaur-a73663932a864564f4067e29026c85b6b369f508.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 56fdc0eb20e7..25cba2f7184f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.1.3
+ pkgver = 1.1.4
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.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.3.tar.gz
- sha256sums = 7e6580e8dee78fb3a3dacf4d55f02c7f8b44dac1785275bb7d937e59f57f295b
+ source = syncthingtray-1.1.4.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.4.tar.gz
+ sha256sums = 64dd9d6da4014a928498cd4a234c35079a432ffae0d99ff6f9a506f9124a6bba
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 6fb1289d08f1..12b5d23361dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.1.3
+pkgver=1.1.4
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=('7e6580e8dee78fb3a3dacf4d55f02c7f8b44dac1785275bb7d937e59f57f295b')
+sha256sums=('64dd9d6da4014a928498cd4a234c35079a432ffae0d99ff6f9a506f9124a6bba')
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