Update syncthingtray to 0.10.4

This commit is contained in:
Martchus 2019-12-03 18:12:04 +01:00
parent 2486270807
commit 5afcec27c3
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
declare -A versions=(
[syncthingtray]=0.10.3
[syncthingtray]=0.10.4
[c++utilities]=5.0.1
[qtutilities]=6.0.2
[tagparser]=9.1.1

View File

@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
pkgver=0.10.3
pkgver=0.10.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=('6becc583e2bb5a0692cca934d64b76d015e5452e144456340260ab56c1920283')
sha256sums=('405b19034de1e8c5ce08ee85f660995d9a7c2ce2badd014e043a1bae1ebfffe3')
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.3
pkgver=0.10.4
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=('6becc583e2bb5a0692cca934d64b76d015e5452e144456340260ab56c1920283'
sha256sums=('405b19034de1e8c5ce08ee85f660995d9a7c2ce2badd014e043a1bae1ebfffe3'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)