summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2016-01-30 09:39:56 +0200
committerCaleb Maclennan2016-01-30 09:39:56 +0200
commitef65c56cdb2babff37366065fe82d8a2eac51b6f (patch)
tree1dfe364707c47b22f4363f5f510dc3bada9b3565
parentba8e616d07867282310a46b8ce249bb8d315d1c9 (diff)
downloadaur-ef65c56cdb2babff37366065fe82d8a2eac51b6f.tar.gz
Use plain OFL license tag instead of duplicate file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa4a6683f21b..46beb898d3c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 07:35:25 UTC 2016
+# Sat Jan 30 07:39:36 UTC 2016
pkgbase = otf-libertinus
pkgdesc = The Libertinus font family. A fork of the Linux Libertine and Linux Biolinum fonts with bugfixes and an OpenType math companion.
pkgver = 6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/khaledhosny/libertinus
install = otf-libertinus.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 254e26f28cd8..d44a44dac741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Johannes Maibaum <jmaibaum@gmail.com>
+# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=otf-libertinus
_pkgname=${pkgname#*-}
pkgver=6.2
-pkgrel=1
+pkgrel=2
pkgdesc="The Libertinus font family. A fork of the Linux Libertine and Linux Biolinum fonts with bugfixes and an OpenType math companion."
depends=('fontconfig' 'xorg-mkfontdir')
conflicts=('otf-libertine-git' 'otf-libertinus-git')
@@ -16,5 +17,4 @@ sha256sums=('f3c20cd0c07bc36467693611d9d520bacf36df35e8af7b8338aaf52064b6c6e3')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
find . -name '*.otf' -execdir install -Dm644 {} $pkgdir/usr/share/fonts/OTF/{} \;
- install -Dm644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-OFL"
}