Skip to content

Commit

Permalink
Download from GitHub instead of fonts.google.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Ordoviz committed Apr 3, 2024
1 parent 124bdd2 commit fb155e5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
12 changes: 8 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
pkgbase = ttf-buenard
pkgdesc = Classic serif font for art books by Gustavo Ibarra
pkgver = 1.002
pkgrel = 3
pkgrel = 4
url = https://fonts.google.com/specimen/Buenard
arch = any
license = OFL
source = ttf-buenard-1.002.zip::https://fonts.google.com/download?family=Buenard
sha256sums = SKIP
license = OFL-1.1-RFN
source = https://github.com/google/fonts/raw/90d7886db9000c893b9559828bf028aaed5f9c10/ofl/buenard/OFL.txt
source = https://github.com/google/fonts/raw/90d7886db9000c893b9559828bf028aaed5f9c10/ofl/buenard/Buenard-Regular.ttf
source = https://github.com/google/fonts/raw/90d7886db9000c893b9559828bf028aaed5f9c10/ofl/buenard/Buenard-Bold.ttf
sha256sums = 3bbcf1617d93d3a949a10da78ae91c58be536fb04567ab4b5b9fd207126f1db5
sha256sums = 50bf037d68b08cd9b32b87e5f5b51ec490f196ff9b25b9cfb6733d24edd68577
sha256sums = c71bf08fe62d56f74bfd6b35c4558f57684735ec6b9cffc6f6b40ccf9b0691f0

pkgname = ttf-buenard
13 changes: 9 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Maintainer: Lennard Hofmann <lennard dot hofmann at web dot de>
pkgname=ttf-buenard
pkgver=1.002
pkgrel=3
pkgrel=4
_commit=90d7886db9000c893b9559828bf028aaed5f9c10
pkgdesc='Classic serif font for art books by Gustavo Ibarra'
arch=(any)
url="https://fonts.google.com/specimen/Buenard"
license=(OFL)
source=("$pkgname-$pkgver.zip::https://fonts.google.com/download?family=Buenard")
sha256sums=('SKIP')
license=(OFL-1.1-RFN)
source=("https://github.com/google/fonts/raw/$_commit/ofl/buenard/OFL.txt"
"https://github.com/google/fonts/raw/$_commit/ofl/buenard/Buenard-Regular.ttf"
"https://github.com/google/fonts/raw/$_commit/ofl/buenard/Buenard-Bold.ttf")
sha256sums=('3bbcf1617d93d3a949a10da78ae91c58be536fb04567ab4b5b9fd207126f1db5'
'50bf037d68b08cd9b32b87e5f5b51ec490f196ff9b25b9cfb6733d24edd68577'
'c71bf08fe62d56f74bfd6b35c4558f57684735ec6b9cffc6f6b40ccf9b0691f0')

package() {
install -D -m644 -t "$pkgdir/usr/share/licenses/$pkgname" OFL.txt
Expand Down

0 comments on commit fb155e5

Please sign in to comment.