summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Maibaum2016-01-22 11:11:52 +0100
committerJohannes Maibaum2016-01-22 11:11:52 +0100
commit42f52811d173793bb751bcd097b82706f04c5571 (patch)
treeec61556432f920cceb3f6f482a3407fd49070d3e
parentea5ac82418a991ee2fa8368265584e14b8fc6303 (diff)
downloadaur-42f52811d173793bb751bcd097b82706f04c5571.tar.gz
Update to v6.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96d58cbd454e..0eb9878cd14c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 21 13:12:33 UTC 2016
+# Fri Jan 22 10:10:51 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.0
+ pkgver = 6.1
pkgrel = 1
url = https://github.com/khaledhosny/libertinus
install = otf-libertinus.install
@@ -11,8 +11,8 @@ pkgbase = otf-libertinus
depends = fontconfig
depends = xorg-mkfontdir
conflicts = otf-libertine-git
- source = https://github.com/khaledhosny/libertinus/archive/v6.0.tar.gz
- sha256sums = f73d0c1b3a64aee4ad1473458e69321d4c5bb506fca5d7975f712f9ce0f50379
+ source = https://github.com/khaledhosny/libertinus/archive/v6.1.tar.gz
+ sha256sums = 2c5a32e08d7601ffdc86e52d69dc1d19acfd118ec5bb549073a3cbeb969e74be
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index 6b3ad755cc3d..351bdccb04a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Maibaum <jmaibaum@gmail.com>
pkgname=otf-libertinus
_pkgname=${pkgname/otf-/}
-pkgver=6.0
+pkgver=6.1
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')
@@ -11,7 +11,7 @@ license=('custom: OFL')
url="https://github.com/khaledhosny/libertinus"
install=$pkgname.install
source=("https://github.com/khaledhosny/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('f73d0c1b3a64aee4ad1473458e69321d4c5bb506fca5d7975f712f9ce0f50379')
+sha256sums=('2c5a32e08d7601ffdc86e52d69dc1d19acfd118ec5bb549073a3cbeb969e74be')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"