summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Beard2020-05-14 14:13:36 +0100
committerJohn Beard2020-05-14 14:14:43 +0100
commit858059152f2ccaa4c4c16879b08371d799c88ae4 (patch)
tree37ac382af645f0a6e6f88bfbd3f4164f10d77a7b
parent08cb0c7e171441f26e9d6b585dfa8d5f46d80f60 (diff)
downloadaur-858059152f2ccaa4c4c16879b08371d799c88ae4.tar.gz
Remove checksum from dictionary file
This file is updated regularly without warning, so it's more like a -git package than a fixed version package.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a59bbf5964b..e39bd51401fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goldendict-cc-cedict-content
pkgdesc = CC-CEDICT Chinese-English Dictionary for Goldendict
- pkgver = 1.0_r20191109
+ pkgver = 1.0_r20200514
pkgrel = 1
url = https://www.mdbg.net/chinese/dictionary?page=cedict
install = goldendict-cc-cedict-content.install
@@ -14,8 +14,8 @@ pkgbase = goldendict-cc-cedict-content
source = LICENSE
source = https://www.mdbg.net/chinese/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz
md5sums = 729e16b892fb38a6d1c5853330191e93
- md5sums = 516a9f08a270850c4ac329b8e964cc50
- md5sums = ad2fadfb9f5644bd7f08c43d1830d1db
+ md5sums = 747cb41a7c6ddb22a508164f768dae2a
+ md5sums = SKIP
pkgname = goldendict-cc-cedict-content
diff --git a/PKGBUILD b/PKGBUILD
index 600f198b9a3b..4bf709596d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: John Beard <john.j.beard@gmail.com>
pkgname=goldendict-cc-cedict-content
-pkgver=1.0_r20191109
+pkgver=1.0_r20200514
pkgrel=1
pkgdesc="CC-CEDICT Chinese-English Dictionary for Goldendict"
arch=("any")
@@ -18,8 +18,8 @@ source=("cc-cedict.png"
"LICENSE"
"https://www.mdbg.net/chinese/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz")
md5sums=('729e16b892fb38a6d1c5853330191e93'
- '516a9f08a270850c4ac329b8e964cc50'
- 'ad2fadfb9f5644bd7f08c43d1830d1db')
+ '747cb41a7c6ddb22a508164f768dae2a'
+ 'SKIP')
prepare() {