summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorinalone2023-10-09 21:58:32 +0100
committerinalone2023-10-09 21:58:32 +0100
commit747cf34b92e6fe4813505d1181e56b2e090fae2c (patch)
tree4ba2d59ab22ce67f31f270d45386cf99ce8a53b4
parentca9f9ae8363b62d268829a691ba47d7b05a02fcb (diff)
downloadaur-747cf34b92e6fe4813505d1181e56b2e090fae2c.tar.gz
update package source to archive.org
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb3e2421c820..c502ae7bbc32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
pkgbase = ttf-perfectdos
pkgdesc = Fonts similar to what BIOS/DOS looks like
- pkgver = 1
+ pkgver = 2
pkgrel = 2
- url = http://www.dafont.com/perfect-dos-vga-437.font
+ url = https://archive.org/details/LessPerfectDOSVGA
arch = any
license = custom:free
depends = fontconfig
- depends = xorg-fonts-encodings
- depends = xorg-font-utils
- source = perfectdos.zip::http://img.dafont.com/dl/?f=perfect_dos_vga_437
- sha256sums = cf5c22a3094e5452e473a912086d2c81d014b3e762235218a958b289757a7d5d
+ source = https://archive.org/compress/LessPerfectDOSVGA/formats=TRUETYPE%20FONT&file=/LessPerfectDOSVGA.zip
+ sha256sums = 0ec6f3179c60f41f296a0430c22318a211fbff026c8c8b678df835bb070fa329
pkgname = ttf-perfectdos
-
diff --git a/PKGBUILD b/PKGBUILD
index 80b3ee249919..0544ba74f081 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: Marcin (CTRL) Wieczorek <marcin@marcin.co>
+# Maintainer: inalone <me@inal.one>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=ttf-perfectdos
-pkgver=1
+pkgver=2
pkgrel=2
pkgdesc='Fonts similar to what BIOS/DOS looks like'
arch=('any')
license=('custom:free')
-url='http://www.dafont.com/perfect-dos-vga-437.font'
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-sha256sums=('cf5c22a3094e5452e473a912086d2c81d014b3e762235218a958b289757a7d5d')
-source=('perfectdos.zip::http://img.dafont.com/dl/?f=perfect_dos_vga_437')
+url='https://archive.org/details/LessPerfectDOSVGA'
+depends=('fontconfig')
+sha256sums=('0ec6f3179c60f41f296a0430c22318a211fbff026c8c8b678df835bb070fa329')
+source=('https://archive.org/compress/LessPerfectDOSVGA/formats=TRUETYPE%20FONT&file=/LessPerfectDOSVGA.zip')
package() {
cd "$srcdir"
- install -Dm644 'Perfect DOS VGA 437.ttf' "$pkgdir/usr/share/fonts/TTF/Perfect DOS VGA 437.ttf"
- install -Dm644 'Perfect DOS VGA 437 Win.ttf' "$pkgdir/usr/share/fonts/TTF/Perfect DOS VGA 437 Win.ttf"
+ install -Dm644 'MorePerfectDOSVGA.ttf' "$pkgdir/usr/share/fonts/TTF/MorePerfectDOSVGA.ttf"
+ install -Dm644 'LessPerfectDOSVGA.ttf' "$pkgdir/usr/share/fonts/TTF/LessPerfectDOSVGA.ttf"
}