summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2024-01-15 15:30:35 +0100
committerDanilo Bargen2024-01-15 15:30:35 +0100
commit53e85a116062912cb6ae9f31bc6595ce6da24b48 (patch)
treebdd520ababbc3713736a850d86b5081d4a72596c
parentdbb805570f4adc4a1aa23cf083e0023dfad4e04e (diff)
downloadaur-ocr-fonts.tar.gz
Include TTF and OTF files since upstream URL has gone down
-rw-r--r--.SRCINFO12
-rw-r--r--OCRA.otfbin0 -> 14744 bytes
-rw-r--r--OCRA.ttfbin0 -> 15896 bytes
-rw-r--r--OCRB.otfbin0 -> 18324 bytes
-rw-r--r--OCRB.ttfbin0 -> 19444 bytes
-rw-r--r--PKGBUILD13
6 files changed, 17 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0608ce144af..ed2b0feb95b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,17 @@
pkgbase = ocr-fonts
pkgdesc = Free versions of OCR-A and OCR-B fonts
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://tsukurimashou.osdn.jp/ocr.php.en
arch = any
license = other
- source = https://osdn.net/projects/tsukurimashou/downloads/74864/ocr-0.3.zip
- sha256sums = 9091dc8ca4fe13ac47b34ea98e795039c9e5432357184c8891af94dc796284fd
+ source = OCRA.ttf
+ source = OCRA.otf
+ source = OCRB.ttf
+ source = OCRB.otf
+ sha256sums = db3a70dcfab1fcc0e32f88f9413876dccd267a0e377dd8afa7a18e4fe7cba018
+ sha256sums = fcd7179e54867b9f4dd826dc4c8cca0caf93d71875b73d684f4d02c32493d7d7
+ sha256sums = 67b11c470222c7bb4550e7d4c216fd06145a939208af77e5f946bcee53e70868
+ sha256sums = 87c8d5bfd541d28023d2ba3383169c49f565e10d487ebb027ea0d735ef558707
pkgname = ocr-fonts
diff --git a/OCRA.otf b/OCRA.otf
new file mode 100644
index 000000000000..9cc8b41bd2ca
--- /dev/null
+++ b/OCRA.otf
Binary files differ
diff --git a/OCRA.ttf b/OCRA.ttf
new file mode 100644
index 000000000000..6a64901c92dc
--- /dev/null
+++ b/OCRA.ttf
Binary files differ
diff --git a/OCRB.otf b/OCRB.otf
new file mode 100644
index 000000000000..c764b0f4e085
--- /dev/null
+++ b/OCRB.otf
Binary files differ
diff --git a/OCRB.ttf b/OCRB.ttf
new file mode 100644
index 000000000000..eb9d4577c418
--- /dev/null
+++ b/OCRB.ttf
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 5274ca07699c..edbc59bc532f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,19 @@
# Collaborator: Daniel Mirkin <danielmirkin at gmail dot com>
pkgname=ocr-fonts
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Free versions of OCR-A and OCR-B fonts"
arch=('any')
license=('other')
url="https://tsukurimashou.osdn.jp/ocr.php.en"
-source=("https://osdn.net/projects/tsukurimashou/downloads/74864/ocr-${pkgver}.zip")
-sha256sums=('9091dc8ca4fe13ac47b34ea98e795039c9e5432357184c8891af94dc796284fd')
+source=("OCRA.ttf" "OCRA.otf" "OCRB.ttf" "OCRB.otf")
+sha256sums=('db3a70dcfab1fcc0e32f88f9413876dccd267a0e377dd8afa7a18e4fe7cba018'
+ 'fcd7179e54867b9f4dd826dc4c8cca0caf93d71875b73d684f4d02c32493d7d7'
+ '67b11c470222c7bb4550e7d4c216fd06145a939208af77e5f946bcee53e70868'
+ '87c8d5bfd541d28023d2ba3383169c49f565e10d487ebb027ea0d735ef558707')
package() {
mkdir -p "${pkgdir}"/usr/share/fonts/{TTF,OTF}/
- install -m 644 -o root "${srcdir}/ocr-${pkgver}/"OCR*.ttf "${pkgdir}/usr/share/fonts/TTF/"
- install -m 644 -o root "${srcdir}/ocr-${pkgver}/"OCR*.otf "${pkgdir}/usr/share/fonts/OTF/"
+ install -m 644 -o root "${srcdir}/"OCR*.ttf "${pkgdir}/usr/share/fonts/TTF/"
+ install -m 644 -o root "${srcdir}/"OCR*.otf "${pkgdir}/usr/share/fonts/OTF/"
}