Date: Sunday, November 29, 2020 @ 04:28:35 Author: yan12125 Revision: 766147
upgpkg: ttf-arphic-ukai 0.2.20080216.2-1; switching to a working Debian mirror According to diffoscope, ukai.ttc in 0.2.20080216.1 and 0.2.20080216.2 are identical. Modified: ttf-arphic-ukai/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-29 04:18:21 UTC (rev 766146) +++ PKGBUILD 2020-11-29 04:28:35 UTC (rev 766147) @@ -4,17 +4,17 @@ # Contributor: Firmicus <francois.archlinux.org> pkgname=ttf-arphic-ukai -pkgver=0.2.20080216.1 -pkgrel=8 +pkgver=0.2.20080216.2 +pkgrel=1 pkgdesc='CJK Unicode font Kaiti style' url='https://www.freedesktop.org/wiki/Software/CJKUnifonts' license=('custom:Arphic_Public_License') arch=('any') -source=("https://ftp.gnome.org/mirror/cdimage/snapshot/Debian/pool/main/t/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz") -sha512sums=('8c96d36f5e36eb73ec3e415cba7ee5f02a0b85c334af7362facb2dd9a7650ed3329cfadb21fe0fe7273f52c87f1bd1aeb039c40499ca32925db4cd96ebd03c21') +source=("https://deb.debian.org/debian/pool/main/f/fonts-arphic-ukai/fonts-arphic-ukai_$pkgver.orig.tar.bz2") +sha512sums=('7f341556e4d70f3c8ce894ef06d99d2261ecf1e0983c32ae5883adf767995e8cbf40a1eaec48f6ee7a7fb57535443e4c35d6dec2e1493b9521b7a6544705f4cf') package() { - cd "${srcdir}" - install -D -m644 ukai.ttc "${pkgdir}"/usr/share/fonts/TTF/ukai.ttc - install -D -m644 license/english/ARPHICPL.TXT "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" + cd fonts-arphic-ukai-$pkgver + install -D -m644 ukai.ttc "${pkgdir}"/usr/share/fonts/TTF/ukai.ttc + install -D -m644 license/english/ARPHICPL.TXT "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }
