summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-03-06 18:56:10 +0100
committerMartchus2021-03-06 18:56:10 +0100
commit423ce002083d54261fd9c10d7729fcea55cdf290 (patch)
tree9949c12592accda73d46842c79c73052f5c2c255
parent4d64b3a5a37f9a6c36d17e5d6dafe3d9a8967a99 (diff)
downloadaur-423ce002083d54261fd9c10d7729fcea55cdf290.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 6e055c8955b0..2f9a68d29b0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray-qt6
pkgdesc = Tray application for Syncthing (using Qt 6)
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -24,8 +24,8 @@ pkgbase = syncthingtray-qt6
depends = xdg-utils
depends = qt6-base
depends = qt6-declarative
- source = syncthingtray-1.1.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.2.tar.gz
- sha256sums = 51442c192d3613aad5af175d1c5bdac954f38834d594fe5d9856bc717288e693
+ source = syncthingtray-1.1.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.3.tar.gz
+ sha256sums = 8ff8d7585010407fcd1f7c85e595ca6db4344c753cdaaed9e6031656f3286e06
pkgname = syncthingtray-qt6
diff --git a/PKGBUILD b/PKGBUILD
index c066cc0703b9..4f0441986464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ _reponame=syncthingtray
_cfg=qt6
pkgname=syncthingtray-$_cfg
_name=${pkgname%-$_cfg}
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing (using Qt 6)'
@@ -45,7 +45,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2')
[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('51442c192d3613aad5af175d1c5bdac954f38834d594fe5d9856bc717288e693')
+sha256sums=('8ff8d7585010407fcd1f7c85e595ca6db4344c753cdaaed9e6031656f3286e06')
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