summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-12-05 15:29:20 +0100
committerMartchus2023-12-05 15:29:20 +0100
commit298b208edc0c09ab32be33a98621835d12e1a60d (patch)
treea0c2786f74e2b8aecbd8dfc2a0342699ca0bffe1
parent15874f4beb8455c407a0cebb850cedb652007444 (diff)
downloadaur-298b208edc0c09ab32be33a98621835d12e1a60d.tar.gz
Update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f60472ddeeb7..8e0f9b474d21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 1.4.9
+ pkgver = 1.4.10
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -12,7 +12,6 @@ pkgbase = syncthingtray
checkdepends = cppunit
checkdepends = syncthing
checkdepends = iproute2
- checkdepends = appstream
makedepends = cmake
makedepends = ninja
makedepends = qt5-tools
@@ -32,7 +31,7 @@ pkgbase = syncthingtray
depends = qt5-declarative
optdepends = kio5: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
- source = syncthingtray-1.4.9.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.9.tar.gz
- sha256sums = f9003bbe185d355f9cac18862077fa2cc4e809f7f416d9b1dd5ef6474c926742
+ source = syncthingtray-1.4.10.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.4.10.tar.gz
+ sha256sums = b22445eda35deb8889749ee576bb657906c59d158f8fd1fbf79bbb027ac84533
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 819d0bc1d84d..1948c2e7095f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.4.9
+pkgver=1.4.10
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
@@ -39,12 +39,12 @@ depends=('libqtutilities.so' 'libqtforkawesome.so' 'libc++utilities.so' 'libboos
[[ $_enable_kio_plugin ]] && optdepends+=('kio5: KIO plugin for Syncthing actions in Dolphin')
[[ $_enable_plasmoid ]] && optdepends+=('plasma-workspace: Plasmoid for Plasma 5 desktop')
makedepends=('cmake' 'ninja' 'qt5-tools' 'boost')
-checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream')
+checkdepends=('cppunit' 'syncthing' 'iproute2')
[[ $_enable_kio_plugin ]] && makedepends+=('kio5')
[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework5' '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=('f9003bbe185d355f9cac18862077fa2cc4e809f7f416d9b1dd5ef6474c926742')
+sha256sums=('b22445eda35deb8889749ee576bb657906c59d158f8fd1fbf79bbb027ac84533')
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