Date: Sunday, November 29, 2020 @ 04:17:33 Author: yan12125 Revision: 766145
upgpkg: ttf-arphic-uming 0.2.20080216.2-1; switching to a working Debian mirror According to diffoscope, uming.ttc in 0.2.20080216.1 and 0.2.20080216.2 are identical. Modified: ttf-arphic-uming/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-28 22:11:09 UTC (rev 766144) +++ PKGBUILD 2020-11-29 04:17:33 UTC (rev 766145) @@ -4,17 +4,17 @@ # Contributor: Firmicus <francois.archlinux.org> pkgname=ttf-arphic-uming -pkgver=0.2.20080216.1 -pkgrel=8 +pkgver=0.2.20080216.2 +pkgrel=1 pkgdesc='CJK Unicode font Ming 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=('ef96969d1c5f1bda14aadfbe112a1ba30ae1bc477a89838753287ceaf07804e59c2f3f306399e9d54074be99d0c963abdb33d789f3933fdd98453a1ef7731407') +source=("https://deb.debian.org/debian/pool/main/f/fonts-arphic-uming/fonts-arphic-uming_$pkgver.orig.tar.bz2") +sha512sums=('c60dfaed26b59f437cd77d3ce841b0647fe4de96d9d512c6e400e1a409c1bbc9186f51acf7437cf7367856a5f32490834886e88f0d9191be4cbcfb2253ffa51c') package() { - cd "${srcdir}" - install -Dm644 uming.ttc "${pkgdir}"/usr/share/fonts/TTF/uming.ttc - install -Dm644 license/english/ARPHICPL.TXT "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" + cd $pkgname-$pkgver + install -Dm644 uming.ttc "${pkgdir}"/usr/share/fonts/TTF/uming.ttc + install -Dm644 license/english/ARPHICPL.TXT "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }
