summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Davydovsky2020-06-08 00:11:23 +0300
committerMax Davydovsky2020-06-08 00:11:23 +0300
commit6ece318cb9c6e4af9d3cac0ed66bad55a2666ce2 (patch)
tree9a603854ca8a8fa009e3152b93296e905d9fab71
parentfa67e414516bdc21d0bfaac673eedd8e541a06d9 (diff)
downloadaur-6ece318cb9c6e4af9d3cac0ed66bad55a2666ce2.tar.gz
Update information
-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
}