summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2016-01-30 09:36:16 +0200
committerCaleb Maclennan2016-01-30 09:36:16 +0200
commitba8e616d07867282310a46b8ce249bb8d315d1c9 (patch)
tree390cec3a67ff99fa58031fd2dc33f5031e7b759f
parent1980ef4cfeeefc4a76bcf12321ba88ec736a5d7d (diff)
downloadaur-ba8e616d07867282310a46b8ce249bb8d315d1c9.tar.gz
Update to 6.2 and fix licensing as changed upstream
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f52fa1cff97a..fa4a6683f21b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 11:02:58 UTC 2016
+# Sat Jan 30 07:35:25 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.1
- pkgrel = 2
+ pkgver = 6.2
+ pkgrel = 1
url = https://github.com/khaledhosny/libertinus
install = otf-libertinus.install
arch = any
- license = custom: OFL
- license = GPL
+ license = OFL
depends = fontconfig
depends = xorg-mkfontdir
conflicts = otf-libertine-git
conflicts = otf-libertinus-git
- source = https://github.com/khaledhosny/libertinus/archive/v6.1.tar.gz
- sha256sums = 2c5a32e08d7601ffdc86e52d69dc1d19acfd118ec5bb549073a3cbeb969e74be
+ source = https://github.com/khaledhosny/libertinus/archive/v6.2.tar.gz
+ sha256sums = f3c20cd0c07bc36467693611d9d520bacf36df35e8af7b8338aaf52064b6c6e3
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index c366dda7abd3..254e26f28cd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,20 @@
# Maintainer: Johannes Maibaum <jmaibaum@gmail.com>
pkgname=otf-libertinus
_pkgname=${pkgname#*-}
-pkgver=6.1
-pkgrel=2
+pkgver=6.2
+pkgrel=1
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=('custom: OFL' 'GPL')
+license=('OFL')
url="https://github.com/khaledhosny/libertinus"
install=$pkgname.install
source=("https://github.com/khaledhosny/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('2c5a32e08d7601ffdc86e52d69dc1d19acfd118ec5bb549073a3cbeb969e74be')
+sha256sums=('f3c20cd0c07bc36467693611d9d520bacf36df35e8af7b8338aaf52064b6c6e3')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
find . -name '*.otf' -execdir install -Dm644 {} $pkgdir/usr/share/fonts/OTF/{} \;
- install -Dm644 LICENCE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -m644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-OFL"
- install -m644 GPL.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-GPL"
+ install -Dm644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-OFL"
}