summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0595e9c4355..639bb6084f7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ttf-pacifico
pkgrel = 1
url = https://fonts.google.com/specimen/Pacifico
arch = any
- license = custom:OFL
+ license = OFL
depends = fontconfig
depends = xorg-font-utils
source = ttf-pacifico.zip::https://fonts.google.com/download?family=Pacifico
diff --git a/PKGBUILD b/PKGBUILD
index ff62297d1d41..8b2f6ae16b1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: MaxDy <max.davydovsky@gmail.com>
+# Maintainer: Max Davydovsky <max.davydovsky@gmail.com>
pkgname=ttf-pacifico
pkgver=3.000
@@ -6,13 +6,13 @@ pkgrel=1
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=('custom:OFL')
+license=('OFL')
depends=('fontconfig' 'xorg-font-utils')
source=("$pkgname.zip::https://fonts.google.com/download?family=Pacifico")
sha256sums=('576ca38f06e477cbe218af416657ec33b67bc98c5ddb626ebc8a1b2ab453e4b7')
package() {
- install -d ${pkgdir}/usr/share/fonts/TTF/
- install -m 644 ${srcdir}/Pacifico-Regular.ttf ${pkgdir}/usr/share/fonts/TTF/
- install -D -m 644 $srcdir/OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ install -d $pkgdir/usr/share/fonts/TTF/
+ install -m644 $srcdir/Pacifico-Regular.ttf $pkgdir/usr/share/fonts/TTF/
+ install -Dm644 $srcdir/OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}