summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2020-10-22 21:23:50 +0200
committerBert Peters2020-10-22 21:23:50 +0200
commit56107471e4cd77286bcaab3131673f0744f331d7 (patch)
tree74ef0ac2407ed312a0e0daab0be4920a33ba926c
parentd997312537bbf491eb5267073c42b33c7052a038 (diff)
downloadaur-56107471e4cd77286bcaab3131673f0744f331d7.tar.gz
Update to v13.001
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aa165437972..41bc3134db60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ttf-lastresort
pkgdesc = Unicode last resort fallback font.
- pkgver = 13.000
+ pkgver = 13.001
pkgrel = 1
url = https://github.com/unicode-org/last-resort-font
arch = any
license = OFL
- source = LastResort-13.000.ttf::https://github.com/unicode-org/last-resort-font/releases/download/13.000/LastResort-regular.ttf
- source = LastResort-LICENSE-13.000::https://raw.githubusercontent.com/unicode-org/last-resort-font/13.000/LICENSE.md
- sha256sums = a37c7ed1ee635138d444c81fd744a92e721e0acb5e92f9568e90fb4a9f3be264
+ source = LastResortHE-13.001.ttf::https://github.com/unicode-org/last-resort-font/releases/download/13.001/LastResortHE-Regular.ttf
+ source = LastResort-LICENSE-13.001::https://raw.githubusercontent.com/unicode-org/last-resort-font/13.001/LICENSE.md
+ sha256sums = 07b64116e1a39fa42dee23bbe81fd464809043cc4c0243d3e67622ed29efbe6c
sha256sums = 6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2
pkgname = ttf-lastresort
diff --git a/PKGBUILD b/PKGBUILD
index 4ff61c839208..2d91623cae4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=ttf-lastresort
-pkgver=13.000
+pkgver=13.001
pkgrel=1
pkgdesc="Unicode last resort fallback font."
arch=('any')
url="https://github.com/unicode-org/last-resort-font"
license=('OFL')
-source=(LastResort-$pkgver.ttf::$url/releases/download/$pkgver/LastResort-regular.ttf
+source=(LastResortHE-$pkgver.ttf::$url/releases/download/$pkgver/LastResortHE-Regular.ttf
LastResort-LICENSE-$pkgver::https://raw.githubusercontent.com/unicode-org/last-resort-font/$pkgver/LICENSE.md)
-sha256sums=('a37c7ed1ee635138d444c81fd744a92e721e0acb5e92f9568e90fb4a9f3be264'
+sha256sums=('07b64116e1a39fa42dee23bbe81fd464809043cc4c0243d3e67622ed29efbe6c'
'6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2')
package() {
- install -Dm644 "LastResort-$pkgver.ttf" "$pkgdir/usr/share/fonts/TTF/LastResort.ttf"
+ install -Dm644 "LastResortHE-$pkgver.ttf" "$pkgdir/usr/share/fonts/TTF/LastResortHE.ttf"
install -Dm644 "LastResort-LICENSE-$pkgver" "$pkgdir/usr/share/licenses/ttf-lastresort/LICENSE"
}