Package Details: otf-hannari-mincho 1.12-1

Git Clone URL: https://aur.archlinux.org/otf-hannari-mincho.git (read-only, click to copy)
Package Base: otf-hannari-mincho
Description: Japanese curvy and gentle style font (Mincho-style) based on IPA Font v3
Upstream URL: https://typingart.net/?p=44
Licenses: custom:IPA Font License
Submitter: yuhr
Maintainer: luxcem
Last Packager: luxcem
Votes: 3
Popularity: 0.000000
First Submitted: 2016-10-09 09:13 (UTC)
Last Updated: 2020-02-23 20:54 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

ABelliqueux commented on 2022-08-22 14:29 (UTC) (edited on 2022-08-22 14:32 (UTC) by ABelliqueux)

Corrected PKGBUILD :

# Maintainer: luxcem <a@luxcem.fr>
# Contributor: yuhr <sdn.pate(at)gmail.com>

pkgname=otf-hannari-mincho
pkgver=1.12
pkgrel=1
pkgdesc="Japanese curvy and gentle style font (Mincho-style) based on IPA Font v3"
url="https://typingart.net/?p=44"
license=("custom:IPA Font License")
arch=("any")
source=("https://typingart.net/fontdata/hannari.zip")
sha256sums=("061a34c8f368eacb8bf64c1f304116ef48e4d5e02da6c8dd0db58ee899c0d7fb")
# Official source is typingart.net but does not support download without
# the official Referer header.
DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u --referer ${url}")

package() {
  install -d "${pkgdir}"/usr/share/fonts/OTF
  install -m644 HannariMincho-Regular.otf "${pkgdir}"/usr/share/fonts/OTF/

  install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
  install -Dm644 IPA_Font_License_Agreement_v1.0.txt "${pkgdir}/usr/share/licenses/${pkgname}/"LICENCE
}

zoorat commented on 2021-11-29 03:48 (UTC)

broken...

==> Validating source files with sha256sums...
    hannari.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!