summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2019-04-04 09:05:42 +0300
committerCaleb Maclennan2019-04-04 09:05:42 +0300
commitb89f103af5b420f4b0ee78b90335b488173be546 (patch)
tree9f473a41cde4ceff7ff0ecd6c96afffba6a54fd3
parent4a89081ba1153afff91b59e3bdde330b9839c4b6 (diff)
downloadaur-b89f103af5b420f4b0ee78b90335b488173be546.tar.gz
Update to version 6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18702933c9c5..3f70ca361b5b 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.7
+ pkgver = 6.8
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.7/libertinus-6.7.zip
- sha256sums = 28412560134bdd191a689359cb4fc6e29c7803e8d50ad9bd89d9b292238bd38e
+ source = https://github.com/libertinus-fonts/libertinus/releases/download/v6.8/libertinus-6.8.zip
+ sha256sums = dd6791fcf6a8a7cb4348d037ae17eaa81efd8a2c7cc08ab0f0dc2bccc3d84761
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index b35f7531f50c..c99137963643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-libertinus
_pkgname="${pkgname#*-}"
-pkgver=6.7
+pkgver=6.8
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=('28412560134bdd191a689359cb4fc6e29c7803e8d50ad9bd89d9b292238bd38e')
+sha256sums=('dd6791fcf6a8a7cb4348d037ae17eaa81efd8a2c7cc08ab0f0dc2bccc3d84761')
package() {
cd "${_pkgname^}-$pkgver"