Package Details: ttf-pacifico 3.000-3

Git Clone URL: https://aur.archlinux.org/ttf-pacifico.git (read-only, click to copy)
Package Base: ttf-pacifico
Description: Pacifico is an original and fun brush script handwriting font by Vernon Adams which was inspired by the 1950s American surf culture. It was redrawn by Jacques Le Bailly and expanded to Cyrillic by Botjo Nikoltchev and Ani Petrova.
Upstream URL: https://fonts.google.com/specimen/Pacifico
Licenses: OFL
Submitter: maxdy
Maintainer: envolution
Last Packager: envolution
Votes: 4
Popularity: 1.00
First Submitted: 2020-06-07 11:41 (UTC)
Last Updated: 2024-11-25 17:05 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

sudoAlphaX commented on 2024-05-21 09:26 (UTC)

Please update to new links and checksums

diff --git a/PKGBUILD b/PKGBUILD index c174e62..2302a0c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ pkgname=ttf-pacifico -pkgver=3.000 +pkgver=4.000 pkgrel=2 pkgdesc="Pacifico is an original and fun brush script handwriting font by Vernon Adams which was inspired by the 1950s American surf culture. It was redrawn by Jacques Le Bailly and expanded to Cyrillic by Botjo Nikoltchev and Ani Petrova." arch=('any') url="https://fonts.google.com/specimen/Pacifico" license=('OFL') -source=('Pacifico-Regular.ttf::https://raw.githubusercontent.com/googlefonts/Pacifico/master/fonts/Pacifico-Regular.ttf' - 'OFL.txt::https://raw.githubusercontent.com/googlefonts/Pacifico/master/OFL.txt') -sha256sums=('5b6c0d5334a7bf77dea52b975c5a0c408878c0f7115ed5b6fb151f634b7bf701' - 'a47e5daeda73568969395c656823102678f2eefb0d7d7ecb47aac4cc17e42204') +source=('Pacifico-Regular.ttf::https://raw.githubusercontent.com/googlefonts/Pacifico/main/fonts/ttf/Pacifico-Regular.ttf' + 'OFL.txt::https://raw.githubusercontent.com/googlefonts/Pacifico/main/OFL.txt') +sha256sums=('8f5fe7b9ef94bc4ef893c7a47b61681a1a1854584e126b3386fd6b64fba21a2a' + 'b2c3d47737b9e48d47d0e925dcf6f5995fe802e2634384bdf7894200832a7158')

package() { install -d $pkgdir/usr/share/fonts/TTF/

S-Cesc commented on 2024-02-27 22:57 (UTC)

Incorrect google github links. Those are the correct ones. Note sha256sums have not changed.

source=('Pacifico-Regular.ttf::https://github.com/google/fonts/raw/main/ofl/pacifico/Pacifico-Regular.ttf' 'OFL.txt::https://raw.githubusercontent.com/google/fonts/main/ofl/pacifico/OFL.txt') sha256sums=('5b6c0d5334a7bf77dea52b975c5a0c408878c0f7115ed5b6fb151f634b7bf701' 'a47e5daeda73568969395c656823102678f2eefb0d7d7ecb47aac4cc17e42204')