summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Maibaum2018-03-22 17:33:49 +0100
committerJohannes Maibaum2018-03-22 17:33:49 +0100
commitf4d1a9aa28c486a41ca9d55eda8d9a22c5430eaf (patch)
treea900f399ec830e97a6fe132854bdc5ea070eb50c
parentda53a30bffc27e80749ac85e64fa82c0072219ed (diff)
downloadaur-f4d1a9aa28c486a41ca9d55eda8d9a22c5430eaf.tar.gz
Update to version 6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19e700a4c7a1..417d4d449819 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.4
+ pkgver = 6.5
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.4/libertinus-6.4.zip
- sha256sums = 1e7b8644082bd5f4c64c3bce0322c8aa419034950302ca5103a67df6cf81f1ec
+ source = https://github.com/khaledhosny/libertinus/releases/download/v6.5/libertinus-6.5.zip
+ sha256sums = 3af54b46b510532b29339f17b2248f26ad97eb18e135ed9f3afa778eb56ecde6
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index c71199fb5d3a..bd514b12ab7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-libertinus
_pkgname=${pkgname#*-}
-pkgver=6.4
+pkgver=6.5
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=('1e7b8644082bd5f4c64c3bce0322c8aa419034950302ca5103a67df6cf81f1ec')
+sha256sums=('3af54b46b510532b29339f17b2248f26ad97eb18e135ed9f3afa778eb56ecde6')
package() {
cd "${_pkgname}-${pkgver}"