summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2019-12-07 18:43:11 +0100
committerMarkus Weimar2019-12-07 18:43:11 +0100
commitd246dfb5d370bc674b0c8c3874718d371fe02322 (patch)
tree8733596561da56f8ad70e92f98daad8fac4ee2b4
parentf6c3ce67b6afa8d10b481d9c2caf1307a3f4f93a (diff)
downloadaur-d246dfb5d370bc674b0c8c3874718d371fe02322.tar.gz
Rename license file to prevent checksum errors.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4253d7c61a93..ce08eff1ac1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = otf-archivo
pkgdesc = A grotesque sans-serif typeface family from Omnibus-Type.
pkgver = 1.003
- pkgrel = 1
+ pkgrel = 2
url = https://www.omnibus-type.com/fonts/archivo/
arch = any
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
- source = https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/OFL.txt
+ source = otf-archivo-1.003-2-OFL.txt::https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/OFL.txt
source = https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/fonts/otf/Archivo-Bold.otf
source = https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/fonts/otf/Archivo-BoldItalic.otf
source = https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/fonts/otf/Archivo-Italic.otf
diff --git a/PKGBUILD b/PKGBUILD
index aaccbb44c02d..5664128ca04b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=otf-archivo
pkgver=1.003
-pkgrel=1
+pkgrel=2
pkgdesc='A grotesque sans-serif typeface family from Omnibus-Type.'
arch=('any')
url='https://www.omnibus-type.com/fonts/archivo/'
license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
-source=('https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/OFL.txt'
+source=("${pkgname}-${pkgver}-${pkgrel}-OFL.txt::https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/OFL.txt"
'https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/fonts/otf/Archivo-Bold.otf'
'https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/fonts/otf/Archivo-BoldItalic.otf'
'https://raw.githubusercontent.com/Omnibus-Type/Archivo/master/fonts/otf/Archivo-Italic.otf'
@@ -29,5 +29,5 @@ sha256sums=('1f19fae3e59d403f53162b0b161eb345ebee3080757fc754e4e3c022e8ab3bdf'
package() {
install -d ${pkgdir}/usr/share/fonts/${pkgname}/
install -m644 ${srcdir}/*.otf ${pkgdir}/usr/share/fonts/${pkgname}/
- install -D -m644 ${srcdir}/OFL.txt ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
+ install -D -m644 ${pkgname}-${pkgver}-${pkgrel}-OFL.txt ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
}