Date: Sunday, April 4, 2021 @ 16:26:04 Author: felixonmars Revision: 911753
archrelease: copy trunk to community-any Added: ttf-sarasa-gothic/repos/community-any/PKGBUILD (from rev 911752, ttf-sarasa-gothic/trunk/PKGBUILD) Deleted: ttf-sarasa-gothic/repos/community-any/PKGBUILD ----------+ PKGBUILD | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-04-04 16:25:52 UTC (rev 911752) +++ PKGBUILD 2021-04-04 16:26:04 UTC (rev 911753) @@ -1,22 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Ye Jingchen <ye.jingc...@gmail.com> -# Contributor: Markus Weimar <m...@markusweimar.de> - -pkgname=ttf-sarasa-gothic -pkgver=0.20.2 -pkgrel=1 -pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)" -arch=('any') -url="https://github.com/be5invis/Sarasa-Gothic" -license=('OFL') -provides=('ttf-sarasa-slab') -source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z" - "LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE") -sha512sums=('474617a2db59da1ff6ca7adc99a389a4f5b561dda5aef2218bee7e11267c1caa83ac919898982a39ba9503322320e8595c5627b9d143fdd58c47e5580a71a2c5' - '235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9') - -package() { - install -d "$pkgdir/usr/share/fonts/${pkgname:4}" - install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}" - install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: ttf-sarasa-gothic/repos/community-any/PKGBUILD (from rev 911752, ttf-sarasa-gothic/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-04-04 16:26:04 UTC (rev 911753) @@ -0,0 +1,22 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Ye Jingchen <ye.jingc...@gmail.com> +# Contributor: Markus Weimar <m...@markusweimar.de> + +pkgname=ttf-sarasa-gothic +pkgver=0.20.3 +pkgrel=1 +pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)" +arch=('any') +url="https://github.com/be5invis/Sarasa-Gothic" +license=('OFL') +provides=('ttf-sarasa-slab') +source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z" + "LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE") +sha512sums=('e3284e91439f3809812b406e59def20c4c5efc2cc5c9a3d4f595061e25031ead2567c84430042f9196fe27e7d894b7a76666670f5512125fa3ab8e4237fae747' + '235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9') + +package() { + install -d "$pkgdir/usr/share/fonts/${pkgname:4}" + install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}" + install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}