summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Maibaum2017-05-12 21:10:12 +0200
committerJohannes Maibaum2017-05-12 21:10:12 +0200
commit840a72b20d0a505e39750a33fa7d69e8df780581 (patch)
tree0b8603168f79332028afe9df88da9d853a028938
parent1f828906c98b20e8a968f1b944949d3ccd5d4225 (diff)
downloadaur-840a72b20d0a505e39750a33fa7d69e8df780581.tar.gz
Update to version 6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da54e1859d73..70d0c0574514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
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 = 5
+ pkgver = 6.3
+ pkgrel = 1
url = https://github.com/khaledhosny/libertinus
arch = any
license = custom: OFL
depends = fontconfig
conflicts = otf-libertine-git
conflicts = otf-libertinus-git
- source = https://github.com/khaledhosny/libertinus/releases/download/v6.2/libertinus-6.2.zip
- sha256sums = 3927bca361b893e042170dcfa56bc1c4fc5ec1b44bfc37d6ccc04b4b4fad82e7
+ source = https://github.com/khaledhosny/libertinus/releases/download/v6.3/libertinus-6.3.zip
+ sha256sums = d2d61a8856000a849122b5a2767c92bf7866325e0fb0b263131a9783abf6dc4a
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index 3ab263d3b6c6..9b4165f0d99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=otf-libertinus
_pkgname=${pkgname#*-}
-pkgver=6.2
-pkgrel=5
+pkgver=6.3
+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')
conflicts=('otf-libertine-git' 'otf-libertinus-git')
@@ -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=('3927bca361b893e042170dcfa56bc1c4fc5ec1b44bfc37d6ccc04b4b4fad82e7')
+sha256sums=('d2d61a8856000a849122b5a2767c92bf7866325e0fb0b263131a9783abf6dc4a')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"