summaryrefslogtreecommitdiffstats
path: root/system/tagainijisho
diff options
context:
space:
mode:
author Andrew Clemons2022-01-28 20:20:02 +0100
committer Willy Sudiarto Raharjo2022-02-02 05:23:17 +0100
commit8a0d7eb9147c98d93633a343e4f5e762815eceee (patch)
tree7e1e74291ece66675516ba4c74c8e1f186c45fa6 /system/tagainijisho
parent7d16f5dfaa5a1ecadb272e6aa7f4e5a463b6f792 (diff)
downloadslackbuilds-8a0d7eb9147c98d93633a343e4f5e762815eceee.tar.gz
system/tagainijisho: Updated for version 1.1.90.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tagainijisho')
-rw-r--r--system/tagainijisho/tagainijisho.SlackBuild11
-rw-r--r--system/tagainijisho/tagainijisho.info6
2 files changed, 8 insertions, 9 deletions
diff --git a/system/tagainijisho/tagainijisho.SlackBuild b/system/tagainijisho/tagainijisho.SlackBuild
index 0d7620f2c0..cc3fe002b4 100644
--- a/system/tagainijisho/tagainijisho.SlackBuild
+++ b/system/tagainijisho/tagainijisho.SlackBuild
@@ -4,7 +4,7 @@
# originally written by Alex-P. Natsios <drakevr@2f30.org>
-# Copyright 2019,2021 Andrew Clemons, Wellington New Zealand
+# Copyright 2019,2022 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,8 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tagainijisho
-GITREV=${GITREV:-a84d46be05fd2c25c53289a6759142a902c9afd0}
-VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
+VERSION=${VERSION:-1.1.90}
VERSION_JMDICT=${VERSION_JMDICT:-2021-10-01}
VERSION_KANJIDIC2=${VERSION_KANJIDIC2:-2021-10-01}
VERSION_KANJIVG=${VERSION_KANJIVG:-20160426}
@@ -75,9 +74,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$GITREV
-tar xvf $CWD/$PRGNAM-$GITREV.tar.gz
-cd $PRGNAM-$GITREV
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
mkdir -p 3rdparty
zcat $CWD/kanjivg-$VERSION_KANJIVG.xml.gz > 3rdparty/kanjivg.xml
zcat $CWD/JMdict-$VERSION_JMDICT.gz > 3rdparty/JMdict
diff --git a/system/tagainijisho/tagainijisho.info b/system/tagainijisho/tagainijisho.info
index 8fe73ec1fd..ad3edc21f2 100644
--- a/system/tagainijisho/tagainijisho.info
+++ b/system/tagainijisho/tagainijisho.info
@@ -1,11 +1,11 @@
PRGNAM="tagainijisho"
-VERSION="gita84d46b"
+VERSION="1.1.90"
HOMEPAGE="https://www.tagaini.net/"
-DOWNLOAD="https://github.com/Gnurou/tagainijisho/archive/a84d46be05fd2c25c53289a6759142a902c9afd0/tagainijisho-a84d46be05fd2c25c53289a6759142a902c9afd0.tar.gz \
+DOWNLOAD="https://github.com/Gnurou/tagainijisho/archive/1.1.90/tagainijisho-1.1.90.tar.gz \
https://github.com/KanjiVG/kanjivg/releases/download/r20160426/kanjivg-20160426.xml.gz \
https://home.apache.org/~arfrever/distfiles/JMdict-2021-10-01.gz \
https://home.apache.org/~arfrever/distfiles/kanjidic2-2021-10-01.xml.gz"
-MD5SUM="a3de58ba7beacaf7de0276dd7ca4a621 \
+MD5SUM="78054479e9f6c51e98cd80d6c8aed5be \
d02a2b3e6680bc4687d93951da8d1664 \
337da17ab2af98c207ad1a78358f14e9 \
01a110003f67e5d9a60d8decd43ef7f3"