Date: Saturday, January 2, 2021 @ 18:26:27 Author: felixonmars Revision: 804044
archrelease: copy trunk to community-any Added: ttf-sarasa-gothic/repos/community-any/PKGBUILD (from rev 804043, 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-01-02 18:26:10 UTC (rev 804043) +++ PKGBUILD 2021-01-02 18:26:27 UTC (rev 804044) @@ -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.16.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=('cffa2c906022132ddbd32999b171fc4861cd35a2c1203d68a3b5904f59f5ba2b015b73a0e7dd00aa0a9e228b32eb8bab1608adffd94b2f4c632f13e750e0adbf' - '1b305be7113857d058a16fc5ba95c52bf0b812664de8c726ff9800514333bebb4ff8c3489334a814eb48b7455349b492adf9565b9b59cff3c0a9c5d451c8ccc6') - -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 804043, ttf-sarasa-gothic/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-01-02 18:26:27 UTC (rev 804044) @@ -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.16.4 +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=('dd24acd4bd3a38dc1a2d33796eab13e43e13e54d623da3ba89e153139d4a4830d65ce78516c7b3aff177203e696c6bd4de61ed3442ff380c805fe8548cafb1f3' + '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" +}