diff options
author | Markus Weimar | 2022-08-29 10:03:36 +0200 |
---|---|---|
committer | Markus Weimar | 2022-08-29 10:03:36 +0200 |
commit | ed26d2b8d0b77e2565f5d96f45f97d668f20888e (patch) | |
tree | 5ea1392859844f6d26be90781df4a69fa3dfc114 /PKGBUILD | |
parent | 7d337b090019218fc8fc537ca597835d493cc773 (diff) | |
download | aur-ttf-faustina-variable.tar.gz |
Use specific commit instead of master.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,14 +1,15 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-faustina-variable pkgver=1.200 -pkgrel=1 +pkgrel=2 pkgdesc='Serif typeface for editorial typography in print and online by Omnibus-Type.' arch=('any') url='https://www.omnibus-type.com/fonts/faustina/' license=('OFL') -source=("${pkgname}-${pkgver}-${pkgrel}-OFL.txt::https://raw.githubusercontent.com/Omnibus-Type/Faustina/master/OFL.txt" - 'https://raw.githubusercontent.com/Omnibus-Type/Faustina/master/fonts/variable/Faustina-Italic[wght].ttf' - 'https://raw.githubusercontent.com/Omnibus-Type/Faustina/master/fonts/variable/Faustina[wght].ttf') +_commit='eaed5823e55b6256571a2bb379b5203083cab452' +source=("${pkgname}-${pkgver}-${pkgrel}-OFL.txt::https://raw.githubusercontent.com/Omnibus-Type/Faustina/${_commit}/OFL.txt" + "https://raw.githubusercontent.com/Omnibus-Type/Faustina/${_commit}/fonts/variable/Faustina-Italic[wght].ttf" + "https://raw.githubusercontent.com/Omnibus-Type/Faustina/${_commit}/fonts/variable/Faustina[wght].ttf") sha256sums=('73f1067ce6357d5da461e7973e7fc1092fbf44212730b77759b1b9a4f39466ec' '215b9bf63da0c9584b5a0aa8e2270da6a2b62c1281f5c39089613c3aaeffa2be' |