summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-07-05 23:01:54 +0200
committerMartchus2022-07-05 23:01:54 +0200
commit5c2006bde6a84191089018b7e2e54a00997cf2c0 (patch)
tree75abfccab5a62b79e973d7e123515f666569cc86
parent49b7f953eb60e47caff657a9f15f6f0185b6263f (diff)
downloadaur-5c2006bde6a84191089018b7e2e54a00997cf2c0.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28196662a5f8..d126abd64602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
arch = x86_64
@@ -32,7 +32,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.2.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.2.0.tar.gz
- sha256sums = 1e1ae8c332190b22e2f228db3c1e21f41633f01f947ec7e0a07787dde6ccab5d
+ source = syncthingtray-1.2.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.2.1.tar.gz
+ sha256sums = 08111d0e3a6273e82a509ffe02bdf628e6f3f86287932a04120eba6f23efd9d3
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index ec7f17af646e..de292cc0bc98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
license=('GPL')
@@ -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=('1e1ae8c332190b22e2f228db3c1e21f41633f01f947ec7e0a07787dde6ccab5d')
+sha256sums=('08111d0e3a6273e82a509ffe02bdf628e6f3f86287932a04120eba6f23efd9d3')
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