summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-07-10 12:20:25 +0200
committerMartchus2021-07-10 12:20:25 +0200
commitc0d5d2a6a6aa73ffd0e2d6a85bd70cfc27600c5f (patch)
treea294da65255d839f3b2c47d2b50f792b7d981324
parent973ff70c75090592e124fce3e19d99d1f036e655 (diff)
downloadaur-c0d5d2a6a6aa73ffd0e2d6a85bd70cfc27600c5f.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 292294c39da2..b6bb7554f65c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,6 @@ pkgbase = mingw-w64-tageditor
options = !strip
options = !emptydirs
source = tageditor-3.4.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.4.1.tar.gz
- sha256sums = 8623057c2b1bf38eaab7d8de87e259ce639afcac35253145d102e91751015835
+ sha256sums = 4d3218531fae449ffa76098fbe9a4693e43f2f93d0d38bb4163d6a9ce864d6c7
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 2ce113226a88..89b558c6c901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg' 'n
[[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('8623057c2b1bf38eaab7d8de87e259ce639afcac35253145d102e91751015835')
+sha256sums=('4d3218531fae449ffa76098fbe9a4693e43f2f93d0d38bb4163d6a9ce864d6c7')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')