summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2016-01-30 14:14:57 +0200
committerCaleb Maclennan2016-01-30 14:16:58 +0200
commit183e433650c25e806aae4823b102a9ed8918c082 (patch)
tree60a077a84190300eadc7574e7a15ca2d82ed1c49
parentef65c56cdb2babff37366065fe82d8a2eac51b6f (diff)
downloadaur-183e433650c25e806aae4823b102a9ed8918c082.tar.gz
Revert "Use plain OFL license tag instead of duplicate file"
This reverts commit ef65c56cdb2babff37366065fe82d8a2eac51b6f.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46beb898d3c2..536de848e603 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 07:39:36 UTC 2016
+# Sat Jan 30 12:16:54 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 = 2
+ pkgrel = 3
url = https://github.com/khaledhosny/libertinus
install = otf-libertinus.install
arch = any
- license = OFL
+ license = custom: OFL
depends = fontconfig
depends = xorg-mkfontdir
conflicts = otf-libertine-git
diff --git a/PKGBUILD b/PKGBUILD
index d44a44dac741..1c65fdc82eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=otf-libertinus
_pkgname=${pkgname#*-}
pkgver=6.2
-pkgrel=2
+pkgrel=3
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')
arch=('any')
-license=('OFL')
+license=('custom: OFL')
url="https://github.com/khaledhosny/libertinus"
install=$pkgname.install
source=("https://github.com/khaledhosny/${_pkgname}/archive/v${pkgver}.tar.gz")
@@ -17,4 +17,5 @@ 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}/OFL"
}