summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Sim2020-01-18 21:50:31 +0100
committerSam Sim2020-01-18 21:50:31 +0100
commita6a7106f328a456e0f46a8417d8cff4975117711 (patch)
tree687e4a01e0e6172eed5fb47c3dd58f054a4770f8
parent2b212ae056781a891fe62f8bab3e54e0b67e5dc6 (diff)
downloadaur-a6a7106f328a456e0f46a8417d8cff4975117711.tar.gz
on it
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 678b2e758b6c..26c22b8a3603 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ebgaramond-otf
pkgrel = 1
url = https://github.com/octaviopardo/EBGaramond12
arch = any
- license = OFL
+ license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
source = https://github.com/octaviopardo/EBGaramond12/archive/master.zip
diff --git a/PKGBUILD b/PKGBUILD
index c0638173792b..d63688478499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,12 @@ pkgrel=1
pkgdesc='EB Garamond (OTF version) by Octavio Pardo & Georg Duffner'
arch=('any')
url='https://github.com/octaviopardo/EBGaramond12'
-license=('OFL')
+license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
source=("https://github.com/octaviopardo/$_pkgname/archive/master.zip")
sha256sums=('a08f5d1e0ad1976330e1c5e57faf384a27628323eaacf797644a3c42bcabac73')
package() {
- install -D -m644 OFL.txt "$pkgdir/usr/share/licenses/$_pkgname-otf/OFL.txt"
-
cd "$_pkgname-master/fonts/otf"
install -d "$pkgdir/usr/share/fonts/$_pkgname-otf"
install -m644 otf/*.otf "$pkgdir/usr/share/fonts/$_pkgname-otf/"