summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Klimeš2018-10-11 20:59:25 +0200
committerJiří Klimeš2018-10-11 21:04:25 +0200
commitc0d9d6440767da765d37de3b29d9c1275c1cf75d (patch)
treeb7a18441e9285e7583138d7807f9dc5b7fe2f98d
parent30e7d45608fd4fe31979f9072e9f035d4d4a6cd8 (diff)
downloadaur-c0d9d6440767da765d37de3b29d9c1275c1cf75d.tar.gz
Fix MD5 sum for ftgl-2.1.5_Sources.tar.gz
The previous libcd version used the same ftgl-2.1.5_Sources.tar.gz tarball but from different place and it had a different checksum. ==> Validating source files with md5sums... cd-5.11.1_Sources.tar.gz ... Passed ftgl-2.1.5_Sources.tar.gz ... FAILED cd-5.11.1_Docs.pdf ... Passed ==> ERROR: One or more files did not pass the validity check!
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c9ce333421b..a8884a5cd5c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = libcd
source = http://downloads.sourceforge.net/project/canvasdraw/5.11.1/Docs%20and%20Sources/ftgl-2.1.5_Sources.tar.gz
source = http://downloads.sourceforge.net/project/canvasdraw/5.11.1/Docs%20and%20Sources/cd-5.11.1_Docs.pdf
md5sums = 939e7b40461cc6da02904ae65aaaccd7
- md5sums = f8104a4bea1a4c9a77d562293926ad6a
+ md5sums = 8086c3a80f80f4937f2e1322f03a4c58
md5sums = 13c527a5bbad9d745bf99dac17239796
pkgname = libcd
diff --git a/PKGBUILD b/PKGBUILD
index 6c808ea5a7e6..512e3dfd4c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=(
"http://downloads.sourceforge.net/project/canvasdraw/${pkgver}/Docs%20and%20Sources/cd-${pkgver}_Docs.pdf"
)
md5sums=('939e7b40461cc6da02904ae65aaaccd7'
- 'f8104a4bea1a4c9a77d562293926ad6a'
+ '8086c3a80f80f4937f2e1322f03a4c58'
'13c527a5bbad9d745bf99dac17239796')
prepare() {