summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-10-11 17:59:54 +0200
committerMartchus2020-10-11 17:59:54 +0200
commit2355b1934938efcd3646d3d9a66777c257ab9d76 (patch)
tree5ddd2dabe973e3c7d3d20e06660981df650aff89
parent9c4c5712a5aa69f37186d6e6a38e8b5f340ff070 (diff)
downloadaur-2355b1934938efcd3646d3d9a66777c257ab9d76.tar.gz
Update checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61ce20d0af77..6ebe448af520 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,7 +29,7 @@ pkgbase = syncthingtray
optdepends = kio: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
source = syncthingtray-1.0.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.0.0.tar.gz
- sha256sums = 790e5c745bae832acd2e6e4fd0db1b21d3f0bdadf1c11eea995f4631483853e2
+ sha256sums = fe8358c74862511046466d1cbfe216a255ba8d390b464369514e4404e3747b83
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 2ebf1baba441..bc0a60025f3a 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=('790e5c745bae832acd2e6e4fd0db1b21d3f0bdadf1c11eea995f4631483853e2')
+sha256sums=('fe8358c74862511046466d1cbfe216a255ba8d390b464369514e4404e3747b83')
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