summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2024-02-21 01:14:16 -0800
committerYardena Cohen2024-02-21 01:14:16 -0800
commitf1b2afc4b127d507a2d4b775a392e14c4b8868ee (patch)
treed3b9252c3b8cfe41e06e528a0c38184500cf02ec
parent2f87e81c05b6178113507033db466e5fd4f25c04 (diff)
downloadaur-ttf-code2000.tar.gz
fix checksums
use versioned filename locally so it doesn't just quietly used a cached version with old checksums
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD10
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d07f6ae425e..44554a319b37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ttf-code2000
pkgdesc = Unicode TT font with extensive glyph coverage
pkgver = 1.176
- pkgrel = 1
+ pkgrel = 2
url = https://www.code2001.com/
arch = any
license = custom
- source = https://code2001.com/CODE2000.ZIP
- md5sums = 6a6e8edee9171946ff2b32b8086d9b2d
- sha256sums = 39fc2bed4963bdb714425af183e7ad12857f578ef5cf439998ed6df23646c482
- sha512sums = e19f2c16f7abd6df4c5470d188a332e8d57096491129becf256f853bd810108515a08080ab64b4a141261462624d75dd7fc894864cc492d341ebdb5cc7dbf2e8
+ source = CODE2000-1.176.ZIP::https://code2001.com/CODE2000.ZIP
+ md5sums = e96eb5860c23cd2d087a25a850f021ad
+ sha256sums = b53cf8a77d9aa192f86ca5879e46310b45446a0deb38d96cadb2d9e0f2fbaa75
+ sha512sums = fb55daf9c7d2b5c0ab15e4e41f64c0cc00c63b1f67d41c8840a504e1c8f90541f019bd2c2756dffa4b66df99b696facddc59562b05e06f7c2f61e53cd07a675b
pkgname = ttf-code2000
diff --git a/.gitignore b/.gitignore
index a2df86201399..cee0a4706c44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/CODE2000.ZIP
+/CODE2000*.ZIP
/ttf-code2000-*.log
/ttf-code2000-*.pkg.tar.xz
/src/
diff --git a/PKGBUILD b/PKGBUILD
index a9998bf47f7d..c61cf278cf49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=ttf-code2000
pkgver=1.176
-pkgrel=1
+pkgrel=2
pkgdesc="Unicode TT font with extensive glyph coverage"
arch=('any')
url="https://www.code2001.com/"
license=('custom')
-source=('https://code2001.com/CODE2000.ZIP')
-md5sums=('6a6e8edee9171946ff2b32b8086d9b2d')
-sha256sums=('39fc2bed4963bdb714425af183e7ad12857f578ef5cf439998ed6df23646c482')
-sha512sums=('e19f2c16f7abd6df4c5470d188a332e8d57096491129becf256f853bd810108515a08080ab64b4a141261462624d75dd7fc894864cc492d341ebdb5cc7dbf2e8')
+source=("CODE2000-$pkgver.ZIP::https://code2001.com/CODE2000.ZIP")
+md5sums=('e96eb5860c23cd2d087a25a850f021ad')
+sha256sums=('b53cf8a77d9aa192f86ca5879e46310b45446a0deb38d96cadb2d9e0f2fbaa75')
+sha512sums=('fb55daf9c7d2b5c0ab15e4e41f64c0cc00c63b1f67d41c8840a504e1c8f90541f019bd2c2756dffa4b66df99b696facddc59562b05e06f7c2f61e53cd07a675b')
package() {
install -D -m644 CODE2000.TTF "$pkgdir/usr/share/fonts/TTF/Code2000.ttf"