summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO25
-rw-r--r--PKGBUILD8
2 files changed, 17 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38851544584..2fb5ab9aea8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = juman++
- pkgdesc = Morphological Analyzer for Japanese
- pkgver = 1.01
- pkgrel = 1
- url = http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++
- arch = i686
- arch = x86_64
- license = custom
- depends = gperftools
- depends = boost
- depends = libunwind
- source = http://nlp.ist.i.kyoto-u.ac.jp/DLcounter/lime.cgi?down=http://lotus.kuee.kyoto-u.ac.jp/nl-resource/jumanpp/jumanpp-1.01.tar.xz
- sha1sums = ade88cc73f44d71de8d21ea89ca5608cb5e33332
+ pkgdesc = Morphological Analyzer for Japanese
+ pkgver = 1.02
+ pkgrel = 1
+ url = https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++
+ arch = i686
+ arch = x86_64
+ license = custom
+ depends = gperftools
+ depends = boost
+ depends = libunwind
+ source = https://nlp.ist.i.kyoto-u.ac.jp/DLcounter/lime.cgi?down=https://lotus.kuee.kyoto-u.ac.jp/nl-resource/jumanpp/jumanpp-1.02.tar.xz
+ sha1sums = 020804115cbeb51cddbb9aef101c9669a7080515
pkgname = juman++
+
diff --git a/PKGBUILD b/PKGBUILD
index 4288083b73d0..9dc0ddf80f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=juman++
_pkgname=jumanpp
-pkgver=1.01
+pkgver=1.02
pkgrel=1
pkgdesc="Morphological Analyzer for Japanese"
-url="http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++"
+url="https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++"
arch=('i686' 'x86_64')
license=('custom')
-source=(http://nlp.ist.i.kyoto-u.ac.jp/DLcounter/lime.cgi?down=http://lotus.kuee.kyoto-u.ac.jp/nl-resource/${_pkgname}/${_pkgname}-${pkgver}.tar.xz)
+source=(https://nlp.ist.i.kyoto-u.ac.jp/DLcounter/lime.cgi?down=https://lotus.kuee.kyoto-u.ac.jp/nl-resource/${_pkgname}/${_pkgname}-${pkgver}.tar.xz)
depends=('gperftools' 'boost' 'libunwind')
build() {
@@ -24,4 +24,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
-sha1sums=('ade88cc73f44d71de8d21ea89ca5608cb5e33332')
+sha1sums=('020804115cbeb51cddbb9aef101c9669a7080515')