summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2021-11-05 16:13:25 -0700
committerYardena Cohen2021-11-05 16:13:25 -0700
commit3766b11db9ea74c8c72b5d8e70b0b04e82e085d3 (patch)
tree5380405c86a9db366d1ef65406f5bdf19d53be63
parent7dd0bc7bbc2007c369507123da3829418d48b6fb (diff)
downloadaur-ttf-code2001.tar.gz
bump 0.921
-rw-r--r--.SRCINFO18
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD18
3 files changed, 15 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c442b2c2182..c981f077b250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Oct 21 01:19:23 UTC 2018
+# Fri Nov 5 23:13:04 UTC 2021
pkgbase = ttf-code2001
pkgdesc = Plane 1 Unicode-based font (TTF)
- pkgver = 0.919
+ pkgver = 0.921
pkgrel = 1
- url = https://web.archive.org/web/20101122141939/http://code2000.net/
+ url = https://www.code2001.com/
arch = any
license = custom
- depends = fontconfig
- depends = xorg-fonts-encodings
- depends = xorg-mkfontscale
- depends = xorg-mkfontdir
- source = https://web.archive.org/web/20101122142330/http://code2000.net/CODE2001.ZIP
- md5sums = d14291cea24f4f89df5d226f4e2b1307
- sha256sums = 6e8173132072d099db5bdc3f8035a2519f6d92d65beab75efd0c3b697c8fe048
- sha512sums = 16b901ef3553dd40df8fd9b353ba15a09798046e55faeb6350acc8bb5a657a0063cc4eefa19fcedbc01b523430a6a18ad190c8843017897e7f2c2ff68841c352
+ source = http://www.code2001.com/CODE2001.zip
+ md5sums = 84fc9d98207524497d43be8c780a2ae3
+ sha256sums = b83bf05ba8c07b33a5345c59a88fba352bdd1ded9cdf1692ecd3aa11157bb4cf
+ sha512sums = ad79b3f7f6612b6876c7feb679525165d74c45f129b3d61befe6349b08bc86c0f185017b1de6a17bf7dbaa090b3a46daa6c84ee958b616d0d6319016d65879f8
pkgname = ttf-code2001
diff --git a/.gitignore b/.gitignore
index c3925f403afc..9108e6324b8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
/CODE2001.ZIP
+/CODE2001.zip
/ttf-code2001-*.log
+/ttf-code2001-*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 4ab15c7387be..c3696c7aa694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,16 @@
# Contributor: Alex Suykov <axs@ukr.net>
pkgname=ttf-code2001
-pkgver=0.919
+pkgver=0.921
pkgrel=1
pkgdesc="Plane 1 Unicode-based font (TTF)"
arch=('any')
-url="https://web.archive.org/web/20101122141939/http://code2000.net/"
+url="https://www.code2001.com/"
license=('custom')
-depends=(
- 'fontconfig'
- 'xorg-fonts-encodings'
- 'xorg-mkfontscale'
- 'xorg-mkfontdir'
-)
-source=('https://web.archive.org/web/20101122142330/http://code2000.net/CODE2001.ZIP')
-md5sums=('d14291cea24f4f89df5d226f4e2b1307')
-sha256sums=('6e8173132072d099db5bdc3f8035a2519f6d92d65beab75efd0c3b697c8fe048')
-sha512sums=('16b901ef3553dd40df8fd9b353ba15a09798046e55faeb6350acc8bb5a657a0063cc4eefa19fcedbc01b523430a6a18ad190c8843017897e7f2c2ff68841c352')
+source=('http://www.code2001.com/CODE2001.zip')
+md5sums=('84fc9d98207524497d43be8c780a2ae3')
+sha256sums=('b83bf05ba8c07b33a5345c59a88fba352bdd1ded9cdf1692ecd3aa11157bb4cf')
+sha512sums=('ad79b3f7f6612b6876c7feb679525165d74c45f129b3d61befe6349b08bc86c0f185017b1de6a17bf7dbaa090b3a46daa6c84ee958b616d0d6319016d65879f8')
package() {
install -D -m644 CODE2001.TTF "$pkgdir/usr/share/fonts/TTF/Code2001.ttf"