Package Details: ttf-tt2020 0.2.1-1

Git Clone URL: https://aur.archlinux.org/ttf-tt2020.git (read-only, click to copy)
Package Base: ttf-tt2020
Description: Advanced, hyperrealistic, multilingual typewriter font
Upstream URL: https://copypaste.wtf/TT2020
Licenses: OFL
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 4
Popularity: 0.000000
First Submitted: 2020-01-10 09:57 (UTC)
Last Updated: 2025-04-01 12:49 (UTC)

Latest Comments

aperez commented on 2025-04-01 12:59 (UTC)

@n4r3n: I opted for still fetching the needed files individually, but using direct links to GitHub to the exact commit corresponding to version 0.2.1, because that makes the download considerably smaller and the links are guaranteed to be stable (unless the repository is removed, of course).

n4r3n commented on 2025-04-01 08:42 (UTC)

The package is out of date, the links point to the up-to-date binaries, but the PKGBUILD has the old ones hashes. Here a fixed PKGBUILD (this will work, even if the package got up of date again)

_pkgname=tt2020
pkgname="ttf-${_pkgname}"
pkgdesc='Advanced, hyperrealistic, multilingual typewriter font'
pkgver=0.2.1
pkgrel=2
license=(OFL)
url=https://copypaste.wtf/TT2020
arch=(any)
source=(
    "${_pkgname}-${pkgver}.tar.gz::https://github.com/ctrlcctrlv/TT2020/archive/refs/tags/v${pkgver}.tar.gz"
)
sha512sums=('bfcd61a2e7dc896d0434cd2c2fe574ed1a9e258cc81be3ccbdc2aa6062dcd79663f83b88fc3614bc485a0a65c332b22755a7b2322c0580903d118ab0c5b1df62')

package () {
    cd "${srcdir}/${_pkgname^^}-${pkgver}/dist"
    rm *-ASCII.ttf
    install -Dm644 -t "${pkgdir}/usr/share/fonts/tt2020" *.ttf
}

Kimble commented on 2022-12-10 15:54 (UTC)

Failed all checks.

==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found TT2020Base-Regular.ttf
  -> Found TT2020Base-Italic.ttf
  -> Found TT2020StyleB-Regular.ttf
  -> Found TT2020StyleB-Italic.ttf
  -> Found TT2020StyleD-Regular.ttf
  -> Found TT2020StyleD-Italic.ttf
  -> Found TT2020StyleE-Regular.ttf
  -> Found TT2020StyleE-Italic.ttf
  -> Found TT2020StyleF-Regular.ttf
  -> Found TT2020StyleG-Regular.ttf
==> Validating source files with sha512sums...
    TT2020Base-Regular.ttf ... FAILED
    TT2020Base-Italic.ttf ... FAILED
    TT2020StyleB-Regular.ttf ... FAILED
    TT2020StyleB-Italic.ttf ... FAILED
    TT2020StyleD-Regular.ttf ... FAILED
    TT2020StyleD-Italic.ttf ... FAILED
    TT2020StyleE-Regular.ttf ... FAILED
    TT2020StyleE-Italic.ttf ... FAILED
    TT2020StyleF-Regular.ttf ... Passed
    TT2020StyleG-Regular.ttf ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: ttf-tt2020

ddeberhar commented on 2021-01-07 10:08 (UTC)

On Manjaro 20.2.1 the installation failed 2021-01-06. Please, update the checksums in the buildfile. Many thanks, D.