summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-08-02 20:34:58 +0200
committerMartchus2022-08-02 20:34:58 +0200
commitd7ef05adb07d60b84db50c890b332f1d791c37db (patch)
tree42d3f13a40811d373e4ef9709bafca5c25b40f3a
parent68f912923f8905234d59314cf6fc770345629e9d (diff)
downloadaur-d7ef05adb07d60b84db50c890b332f1d791c37db.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 658c14c9f3f7..c0a29732626f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.2.2
+ 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.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.2.1.tar.gz
- sha256sums = 08111d0e3a6273e82a509ffe02bdf628e6f3f86287932a04120eba6f23efd9d3
+ source = syncthingtray-1.2.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.2.2.tar.gz
+ sha256sums = 0f556e30091ffc06e7e489c5e09e5460401c28fd1e8318b68cb6066ead7fe7a1
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 182191f6f0c8..d77986cb63dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
license=('GPL')
@@ -44,7 +44,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=('08111d0e3a6273e82a509ffe02bdf628e6f3f86287932a04120eba6f23efd9d3')
+sha256sums=('0f556e30091ffc06e7e489c5e09e5460401c28fd1e8318b68cb6066ead7fe7a1')
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