summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"