summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Briggs2021-03-29 17:20:59 -0700
committerMax Briggs2021-03-29 17:20:59 -0700
commit0ca8019a9e1af5e83a3d6ea23dcd89eeab68e8ff (patch)
tree642c96baf3bc394470d2b8e376519274adf396cb
parentf627f6af752b721c9fca65c7af90522b746532e7 (diff)
downloadaur-otf-gt40.tar.gz
Update to version 2021.
Fix the width of the space bar and tab.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ef3c939ef13..014d2aa23deb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = otf-gt40
pkgdesc = A free recreation of the GT 40 Mono Font by Kate Willaert
- pkgver = 1
+ pkgver = 2021
pkgrel = 1
- url = https://archive.org/download/gt-40-mono-font/GT40%20Mono%20Font.zip
+ url = https://archive.org/download/gt-40-2021/GT40%202021.7z
arch = any
license = custom
- source = otf-gt40-1.zip::https://archive.org/download/gt-40-mono-font/GT40%20Mono%20Font.zip
- sha256sums = 0bbf729c7bba82ecc7646d1f96f88236e79e00efff09393489e205be1554fee5
+ source = otf-gt40-2021.7z::https://archive.org/download/gt-40-2021/GT40%202021.7z
+ sha256sums = 519703dd535c233ccfc1440027522763c56dae2a2369faf7216fa77e631036b2
pkgname = otf-gt40
diff --git a/PKGBUILD b/PKGBUILD
index 1638978e6d2c..c01f8d567af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Max Briggs <max@maxbriggs.org>
pkgname=otf-gt40
-pkgver=1
+pkgver=2021
pkgrel=1
pkgdesc='A free recreation of the GT 40 Mono Font by Kate Willaert'
-url='https://archive.org/download/gt-40-mono-font/GT40%20Mono%20Font.zip'
+url='https://archive.org/download/gt-40-2021/GT40%202021.7z'
license=('custom')
arch=('any')
-source=("${pkgname}-${pkgver}.zip::$url")
-sha256sums=('0bbf729c7bba82ecc7646d1f96f88236e79e00efff09393489e205be1554fee5')
+source=("${pkgname}-${pkgver}.7z::$url")
+sha256sums=('519703dd535c233ccfc1440027522763c56dae2a2369faf7216fa77e631036b2')
build() {
sed -n '/This recreation/p' "GT40 Mono README.txt" > LICENSE
@@ -15,6 +15,6 @@ build() {
package() {
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
- install -Dm644 "GT40 Mono.otf" "$pkgdir/usr/share/fonts/OTF/GT40 Mono.otf"
- install -Dm644 "GT40 Mono Italic.otf" "$pkgdir/usr/share/fonts/OTF/GT40 Mono Italic.otf"
+ install -Dm644 "GT40 2021 Mono.otf" "$pkgdir/usr/share/fonts/OTF/GT40 Mono.otf"
+ install -Dm644 "GT40 2021 Mono Italic.otf" "$pkgdir/usr/share/fonts/OTF/GT40 Mono Italic.otf"
}