summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2019-05-28 11:26:25 +0300
committerCaleb Maclennan2019-05-28 11:26:25 +0300
commitec931929c5e108b5632f7d5749035a2d7a2ee1fa (patch)
tree9620d3b61110f54729a6ef196bdf3fcf47f74cfa
parentb89f103af5b420f4b0ee78b90335b488173be546 (diff)
downloadaur-ec931929c5e108b5632f7d5749035a2d7a2ee1fa.tar.gz
Update to version 6.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f70ca361b5b..3f80e35123a2 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.8
+ pkgver = 6.9
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.8/libertinus-6.8.zip
- sha256sums = dd6791fcf6a8a7cb4348d037ae17eaa81efd8a2c7cc08ab0f0dc2bccc3d84761
+ source = https://github.com/libertinus-fonts/libertinus/releases/download/v6.9/libertinus-6.9.zip
+ sha256sums = d21ac19087cba270d98f344953cbcaeeea3b7271c5aac081c10162268ea4f77b
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index c99137963643..67a67bb1b11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-libertinus
_pkgname="${pkgname#*-}"
-pkgver=6.8
+pkgver=6.9
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=('dd6791fcf6a8a7cb4348d037ae17eaa81efd8a2c7cc08ab0f0dc2bccc3d84761')
+sha256sums=('d21ac19087cba270d98f344953cbcaeeea3b7271c5aac081c10162268ea4f77b')
package() {
cd "${_pkgname^}-$pkgver"