summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Maibaum2017-05-20 10:19:24 +0200
committerJohannes Maibaum2017-05-20 10:19:24 +0200
commit617e24a7105e949500bfb02f9d3c2e782021e4c5 (patch)
tree10eaa886dbfa554fa12556bac909b1b203969ba9
parent840a72b20d0a505e39750a33fa7d69e8df780581 (diff)
downloadaur-617e24a7105e949500bfb02f9d3c2e782021e4c5.tar.gz
Update to version 6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70d0c0574514..19e700a4c7a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.3
+ pkgver = 6.4
pkgrel = 1
url = https://github.com/khaledhosny/libertinus
arch = any
@@ -8,8 +8,8 @@ pkgbase = otf-libertinus
depends = fontconfig
conflicts = otf-libertine-git
conflicts = otf-libertinus-git
- source = https://github.com/khaledhosny/libertinus/releases/download/v6.3/libertinus-6.3.zip
- sha256sums = d2d61a8856000a849122b5a2767c92bf7866325e0fb0b263131a9783abf6dc4a
+ source = https://github.com/khaledhosny/libertinus/releases/download/v6.4/libertinus-6.4.zip
+ sha256sums = 1e7b8644082bd5f4c64c3bce0322c8aa419034950302ca5103a67df6cf81f1ec
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index 9b4165f0d99c..c8ea63edb945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=otf-libertinus
_pkgname=${pkgname#*-}
-pkgver=6.3
+pkgver=6.4
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')
@@ -11,7 +11,7 @@ arch=('any')
license=('custom: OFL')
url="https://github.com/khaledhosny/libertinus"
source=("https://github.com/khaledhosny/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.zip")
-sha256sums=('d2d61a8856000a849122b5a2767c92bf7866325e0fb0b263131a9783abf6dc4a')
+sha256sums=('1e7b8644082bd5f4c64c3bce0322c8aa419034950302ca5103a67df6cf81f1ec')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"