summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-10 12:59:43 +0100
committerMartchus2019-11-10 12:59:43 +0100
commit3b345e69f2c244136fd1d392e631250be2f45104 (patch)
tree35027461080822ccd28583d2dc1216b2d308e518
parentbbb2e9a33e2ac0575218e8c53e822a1dffbb8930 (diff)
downloadaur-3b345e69f2c244136fd1d392e631250be2f45104.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 99f0c545fbcb..98b2fa953d98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,7 +27,7 @@ pkgbase = mingw-w64-syncthingtray
options = !emptydirs
source = syncthingtray-0.10.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.10.3.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 84f6085c9d1a21d396fa85545b934f7fcd22eab91da0da961bfe6ac0d41632e9
+ sha256sums = 6becc583e2bb5a0692cca934d64b76d015e5452e144456340260ab56c1920283
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 31e4a573e7cb..39ff73904be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('84f6085c9d1a21d396fa85545b934f7fcd22eab91da0da961bfe6ac0d41632e9'
+sha256sums=('6becc583e2bb5a0692cca934d64b76d015e5452e144456340260ab56c1920283'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)