summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-08-24 23:34:44 +0200
committerMartchus2019-08-24 23:34:44 +0200
commit6116fa6e62d7e59c253c2e8f708c33625cad2a30 (patch)
tree1ed1c8d7b4ef95fabf71a31bc4263d9d0e871fb5
parent739bd5acf7622eed9cc7e8ca0e5839c01eacd72c (diff)
downloadaur-6116fa6e62d7e59c253c2e8f708c33625cad2a30.tar.gz
Update checksums
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fae7e96066d1..d0bbeb3a5630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,7 +27,8 @@ pkgbase = mingw-w64-syncthingtray
options = !emptydirs
source = syncthingtray-0.10.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.0.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing3
- sha256sums = 7db8661a16af117dd7ad494bb3264911a7dc926bcbdea887b4def396cf7e019e
+ sha256sums = 89a87dc6eb38fcb75f22cb696257300603bdfda460732db4deb545dab19d6942
+ sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index b26814d54e58..7cb438219697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,8 @@ 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=libsyncthing3")
-sha256sums=('7db8661a16af117dd7ad494bb3264911a7dc926bcbdea887b4def396cf7e019e')
+sha256sums=('89a87dc6eb38fcb75f22cb696257300603bdfda460732db4deb545dab19d6942'
+ 'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')