Update syncthingtray to 0.10.10

This commit is contained in:
Martchus 2020-06-03 10:11:51 +02:00
parent f08fd1c33c
commit bcbb05f3d0
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
declare -A versions=(
[syncthingtray]=0.10.9
[syncthingtray]=0.10.10
[c++utilities]=5.4.0
[qtutilities]=6.0.6
[tagparser]=9.2.0

View File

@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
pkgver=0.10.9
pkgver=0.10.10
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=('543faca6f3b3e2ce813a4f2cad9346da1d8e90cfd1736b99284670626a82c2e3')
sha256sums=('057873e4fe7dc07dc98f003db2eb6c26336c751da6444a24b5cf184fb553ebd0')
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

View File

@ -15,7 +15,7 @@ _enable_libsyncthing=${MINGW_W64_SYNCTHING_TRAY_JS_PROVIDER:-ON}
_reponame=syncthingtray
pkgname=mingw-w64-syncthingtray
_name=${pkgname#mingw-w64-}
pkgver=0.10.9
pkgver=0.10.10
pkgrel=1
arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)'
@ -31,7 +31,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
[[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest")
sha256sums=('543faca6f3b3e2ce813a4f2cad9346da1d8e90cfd1736b99284670626a82c2e3'
sha256sums=('057873e4fe7dc07dc98f003db2eb6c26336c751da6444a24b5cf184fb553ebd0'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)