summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2019-04-03 09:02:40 +0300
committerCaleb Maclennan2019-04-03 09:10:25 +0300
commit4a89081ba1153afff91b59e3bdde330b9839c4b6 (patch)
tree05fba44a2efd837f4bf3a0268ea89c6f2847fcd5
parentb1b1c75d3c350213ef596cdb4718105c47ee051a (diff)
downloadaur-4a89081ba1153afff91b59e3bdde330b9839c4b6.tar.gz
Update to version 6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b8aca6b1c1c..18702933c9c5 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.6
+ pkgver = 6.7
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.6/libertinus-6.6.zip
- sha256sums = 7201f2ec9a19276179739d44e3cb4fb5c6dcfa0613ba51ce798bf4bf4f490702
+ source = https://github.com/libertinus-fonts/libertinus/releases/download/v6.7/libertinus-6.7.zip
+ sha256sums = 28412560134bdd191a689359cb4fc6e29c7803e8d50ad9bd89d9b292238bd38e
pkgname = otf-libertinus
diff --git a/PKGBUILD b/PKGBUILD
index 65d443008211..b35f7531f50c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-libertinus
_pkgname="${pkgname#*-}"
-pkgver=6.6
+pkgver=6.7
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,10 +12,10 @@ 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=('7201f2ec9a19276179739d44e3cb4fb5c6dcfa0613ba51ce798bf4bf4f490702')
+sha256sums=('28412560134bdd191a689359cb4fc6e29c7803e8d50ad9bd89d9b292238bd38e')
package() {
- cd "$_pkgname-$pkgver"
+ cd "${_pkgname^}-$pkgver"
find . -name '*.otf' -execdir install -Dm644 {} "$pkgdir"/usr/share/fonts/OTF/{} \;
install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/OFL"
}