summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-10 12:57:54 +0100
committerMartchus2019-11-10 12:57:54 +0100
commit06ddd6fc10e1d8efccac68fa734efc5756aa93ab (patch)
treef0db3c2ea54870f516f1edf4e0126b263d41f536
parent7b5d7cdf3963bbffc53b2aee0055152e2315ff18 (diff)
downloadaur-06ddd6fc10e1d8efccac68fa734efc5756aa93ab.tar.gz
Fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af86f2f19eaa..d4cd2ad20c3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,7 +28,7 @@ pkgbase = syncthingtray
optdepends = kio: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
source = syncthingtray-0.10.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.3.tar.gz
- sha256sums = 84f6085c9d1a21d396fa85545b934f7fcd22eab91da0da961bfe6ac0d41632e9
+ sha256sums = 6becc583e2bb5a0692cca934d64b76d015e5452e144456340260ab56c1920283
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 015358d8eefc..2aa0a84b49c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('84f6085c9d1a21d396fa85545b934f7fcd22eab91da0da961bfe6ac0d41632e9')
+sha256sums=('6becc583e2bb5a0692cca934d64b76d015e5452e144456340260ab56c1920283')
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