summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Maibaum2018-04-26 21:13:28 +0200
committerJohannes Maibaum2018-04-26 21:13:28 +0200
commit93ac4cfdc293a37c010fb314257cfce7b2f81aeb (patch)
tree4119d31046333f0b3767d306664a49b85da7535d
parentf4d1a9aa28c486a41ca9d55eda8d9a22c5430eaf (diff)
downloadaur-93ac4cfdc293a37c010fb314257cfce7b2f81aeb.tar.gz
Update to version 6.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 417d4d449819..220b6186ce33 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.5
+ pkgver = 6.6
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.5/libertinus-6.5.zip
- sha256sums = 3af54b46b510532b29339f17b2248f26ad97eb18e135ed9f3afa778eb56ecde6
+ source = https://github.com/khaledhosny/libertinus/releases/download/v6.6/libertinus-6.6.zip
+ sha256sums = 7201f2ec9a19276179739d44e3cb4fb5c6dcfa0613ba51ce798bf4bf4f490702
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index bd514b12ab7b..734f7a3be836 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-libertinus
_pkgname=${pkgname#*-}
-pkgver=6.5
+pkgver=6.6
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')
@@ -12,7 +12,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=('3af54b46b510532b29339f17b2248f26ad97eb18e135ed9f3afa778eb56ecde6')
+sha256sums=('7201f2ec9a19276179739d44e3cb4fb5c6dcfa0613ba51ce798bf4bf4f490702')
package() {
cd "${_pkgname}-${pkgver}"