summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Mangano2023-07-01 19:25:36 +0900
committerFrédéric Mangano2023-07-01 19:25:36 +0900
commitcd2585784582948d0c85d291ac1ba167334d66c9 (patch)
tree0a44cf0c7741dbe96bba531b8fc51feca6388463
parent1764505bae34bd60a13e16e88c351e7b207c9ccd (diff)
downloadaur-cd2585784582948d0c85d291ac1ba167334d66c9.tar.gz
Skip data checksums
It does not contain code, so let’s live with it. At least we’ll always be up-to-date.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd6106458952..123b9f46767c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = wish-edict
depends = wish
source = http://ftp.edrdg.org/pub/Nihongo/kanjidic.gz
source = http://ftp.edrdg.org/pub/Nihongo/edict2.gz
- sha256sums = a0186f24f238661ce0d3160a2ed74c90b8ff50c597fff693175913949264ba95
- sha256sums = caf7e6ed1177e4ef215849ae4d42a370e5947118efdd4ab8566062237b4ce397
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = wish-edict
diff --git a/PKGBUILD b/PKGBUILD
index 66301c279912..32bf857fa867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frédéric Mangano <fmang+aur mg0.fr>
pkgname=wish-edict
-pkgver=20221014
+pkgver=20230701
pkgrel=1
pkgdesc='Japanese-English dictionaries EDICT2 and KANJIDIC for Wish'
license=('Creative Commons BY-SA')
@@ -11,9 +11,8 @@ arch=('any')
depends=('wish')
source=('http://ftp.edrdg.org/pub/Nihongo/kanjidic.gz'
- 'http://ftp.edrdg.org/pub/Nihongo/edict2.gz')
-sha256sums=('a0186f24f238661ce0d3160a2ed74c90b8ff50c597fff693175913949264ba95'
- 'caf7e6ed1177e4ef215849ae4d42a370e5947118efdd4ab8566062237b4ce397')
+ 'http://ftp.edrdg.org/pub/Nihongo/edict2.gz')
+sha256sums=(SKIP SKIP)
build() {
cd "$srcdir"