Date: Wednesday, November 16, 2022 @ 14:43:20 Author: kpcyrd Revision: 1349120
upgpkg: ttf-input 20220502-2 - use stable https://sources.archlinux.org/ snapshot Modified: ttf-input/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-16 14:37:03 UTC (rev 1349119) +++ PKGBUILD 2022-11-16 14:43:20 UTC (rev 1349120) @@ -3,14 +3,15 @@ pkgname=ttf-input pkgver=20220502 -pkgrel=1 +pkgrel=2 pkgdesc='Fonts for code from DJR & Font Bureau' arch=('any') url='https://input.djr.com/' license=('custom') _url="${url}build/?fontSelection=whole&a=0&g=0&i=0&l=0&zero=0&asterisk=0&braces=0&preset=default&line-height=1.2&accept=I+do&email=" -source=("Input_Fonts_${pkgver}.zip::${_url}") -sha256sums=('b094eab5225546a482283a6b19900271f72bc6c26949ebb162ee3adba0bf2ca4') +# the content at $_url is dynamically generated every request, use a snapshot +source=("https://sources.archlinux.org/other/community/ttf-input/Input_Fonts_${pkgver}.zip") +sha256sums=('bc314ea9026fba5134cd2a7ba93a4ec48607f341d32e4eb3dfae20d141cb91b3') package() { mkdir -p ${pkgdir}/usr/share/fonts/TTF
