1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 12:40:30 +01:00

upgpkg: ttf-lastresort 16.000-1

upstream release
This commit is contained in:
2024-09-11 18:26:44 +02:00
parent 3f348f61a1
commit 7e7509efbb
3 changed files with 11 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
pkgbase = ttf-lastresort pkgbase = ttf-lastresort
pkgdesc = Unicode last resort fallback font. pkgdesc = Unicode last resort fallback font.
pkgver = 15.100 pkgver = 16.000
pkgrel = 1 pkgrel = 1
url = https://github.com/unicode-org/last-resort-font url = https://github.com/unicode-org/last-resort-font
arch = any arch = any
license = OFL license = OFL
source = LastResortHE-15.100.ttf::https://github.com/unicode-org/last-resort-font/releases/download/15.100/LastResortHE-Regular.ttf source = LastResortHE-16.000.ttf::https://github.com/unicode-org/last-resort-font/releases/download/16.000/LastResortHE-Regular.ttf
source = LastResort-LICENSE-15.100::https://raw.githubusercontent.com/unicode-org/last-resort-font/15.100/LICENSE source = LastResort-LICENSE-16.000::https://raw.githubusercontent.com/unicode-org/last-resort-font/16.000/LICENSE
sha256sums = 74f93a8fb3ab8756e0e86cb3c2c0783fda10bdea6f979d5817869ba7284e56ca sha256sums = 60c48abfc05e9f2ba33599c4dcba40105d1ece71d3761f0b26f75a38b5b17895
sha256sums = 6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2 sha256sums = fc8fc512b27846bdb0d6645bed8069ac87ea599548b58a8d04bc3b0ea705a9c4
pkgname = ttf-lastresort pkgname = ttf-lastresort

View File

@@ -0,0 +1,3 @@
[ttf-lastresort]
source = "git"
git = "https://github.com/unicode-org/last-resort-font.git"

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl> # Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=ttf-lastresort pkgname=ttf-lastresort
pkgver=15.100 pkgver=16.000
pkgrel=1 pkgrel=1
pkgdesc="Unicode last resort fallback font." pkgdesc="Unicode last resort fallback font."
arch=('any') arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/unicode-org/last-resort-font"
license=('OFL') license=('OFL')
source=(LastResortHE-$pkgver.ttf::$url/releases/download/$pkgver/LastResortHE-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) LastResort-LICENSE-$pkgver::https://raw.githubusercontent.com/unicode-org/last-resort-font/$pkgver/LICENSE)
sha256sums=('74f93a8fb3ab8756e0e86cb3c2c0783fda10bdea6f979d5817869ba7284e56ca' sha256sums=('60c48abfc05e9f2ba33599c4dcba40105d1ece71d3761f0b26f75a38b5b17895'
'6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2') 'fc8fc512b27846bdb0d6645bed8069ac87ea599548b58a8d04bc3b0ea705a9c4')
package() { package() {
install -Dm644 "LastResortHE-$pkgver.ttf" "$pkgdir/usr/share/fonts/TTF/LastResortHE.ttf" install -Dm644 "LastResortHE-$pkgver.ttf" "$pkgdir/usr/share/fonts/TTF/LastResortHE.ttf"