summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2019-07-11 14:16:16 +0300
committerCaleb Maclennan2019-07-11 14:16:16 +0300
commit38bbf19bdd7255da379b27df38a936bad7f0535e (patch)
tree9c17a60bdf3fabc97d0cdf6a0f97c65393087370
parentec931929c5e108b5632f7d5749035a2d7a2ee1fa (diff)
downloadaur-38bbf19bdd7255da379b27df38a936bad7f0535e.tar.gz
Update to version 6.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f80e35123a2..19496d6b5835 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.9
+ pkgver = 6.10
pkgrel = 1
url = https://github.com/libertinus-fonts/libertinus
arch = any
@@ -8,8 +8,8 @@ pkgbase = otf-libertinus
depends = fontconfig
conflicts = otf-libertine-git
conflicts = otf-libertinus-git
- source = https://github.com/libertinus-fonts/libertinus/releases/download/v6.9/libertinus-6.9.zip
- sha256sums = d21ac19087cba270d98f344953cbcaeeea3b7271c5aac081c10162268ea4f77b
+ source = https://github.com/libertinus-fonts/libertinus/releases/download/v6.10/libertinus-6.10.zip
+ sha256sums = 54cd1eedb95c67a4679a00ad2e2144c82395fc39cbcbf0ca88ea6dd1da4d5498
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index 67a67bb1b11f..51f800f5dadc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-libertinus
_pkgname="${pkgname#*-}"
-pkgver=6.9
+pkgver=6.10
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/libertinus-fonts/libertinus'
source=("https://github.com/libertinus-fonts/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver.zip")
-sha256sums=('d21ac19087cba270d98f344953cbcaeeea3b7271c5aac081c10162268ea4f77b')
+sha256sums=('54cd1eedb95c67a4679a00ad2e2144c82395fc39cbcbf0ca88ea6dd1da4d5498')
package() {
cd "${_pkgname^}-$pkgver"