1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-28 05:50:31 +01:00

Update package for new source

This commit is contained in:
2020-10-09 18:35:36 +02:00
parent 8c7fb7ebd7
commit d997312537
3 changed files with 18 additions and 46 deletions

View File

@@ -1,17 +1,17 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=ttf-lastresort
pkgver=1
pkgrel=2
pkgver=13.000
pkgrel=1
pkgdesc="Unicode last resort fallback font."
arch=('any')
url="http://www.unicode.org/policies/lastresortfont_eula.html"
license=('custom')
source=("http://www.unicode.org/cgi-bin/LastResortDownload.zip"
"LICENSE")
sha256sums=('79038e1374c335538b595e0f16f82f255f053cbd48cb1fb53578888ca3c3072e'
'9082dee8e04cad811763d142f6da465e0b62af4a25bf1b86ed44f0190326ebbc')
url="https://github.com/unicode-org/last-resort-font"
license=('OFL')
source=(LastResort-$pkgver.ttf::$url/releases/download/$pkgver/LastResort-regular.ttf
LastResort-LICENSE-$pkgver::https://raw.githubusercontent.com/unicode-org/last-resort-font/$pkgver/LICENSE.md)
sha256sums=('a37c7ed1ee635138d444c81fd744a92e721e0acb5e92f9568e90fb4a9f3be264'
'6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2')
package() {
install -Dm644 "LastResort.ttf" "$pkgdir/usr/share/fonts/TTF/LastResort.ttf"
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/ttf-lastresort/LICENSE"
install -Dm644 "LastResort-$pkgver.ttf" "$pkgdir/usr/share/fonts/TTF/LastResort.ttf"
install -Dm644 "LastResort-LICENSE-$pkgver" "$pkgdir/usr/share/licenses/ttf-lastresort/LICENSE"
}