Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ascii
Commits: 194ec45d by Carl Smedstad at 2026-03-15T19:20:26+01:00 upgpkg: 3.32-1: Upstream release http://www.catb.org/~esr/ascii/NEWS.adoc - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,13 @@ pkgbase = ascii pkgdesc = Utility for conversion between various byte representations and the ASCII character table - pkgver = 3.31 + pkgver = 3.32 pkgrel = 1 url = http://www.catb.org/~esr/ascii arch = x86_64 license = BSD-2-Clause + makedepends = asciidoctor depends = glibc - source = http://www.catb.org/~esr/ascii/ascii-3.31.tar.gz - b2sums = 8483d8fee35a340265e6176ffd7f68ee482c2fd861ebcb879b8ec792b806cd23cd69075db9d3d04a0bbd8cd87ff1101b09e9a7beb56c45b76945d175874e2fd8 + source = http://www.catb.org/~esr/ascii/ascii-3.32.tar.gz + b2sums = 196323576b93982a86569e54c8c7171c5b86e9d72ca48f05956ae9a953a4b1d54c90f51f677cbbcc81b19e4ca836b0070c5d807588f8c0affcfb274e78108d0d pkgname = ascii ===================================== PKGBUILD ===================================== @@ -5,15 +5,16 @@ # Contributor: Damir Perisa <[email protected]> pkgname=ascii -pkgver=3.31 +pkgver=3.32 pkgrel=1 pkgdesc="Utility for conversion between various byte representations and the ASCII character table" arch=('x86_64') url='http://www.catb.org/~esr/ascii' license=('BSD-2-Clause') depends=('glibc') +makedepends=('asciidoctor') source=("$url/$pkgname-$pkgver.tar.gz") -b2sums=('8483d8fee35a340265e6176ffd7f68ee482c2fd861ebcb879b8ec792b806cd23cd69075db9d3d04a0bbd8cd87ff1101b09e9a7beb56c45b76945d175874e2fd8') +b2sums=('196323576b93982a86569e54c8c7171c5b86e9d72ca48f05956ae9a953a4b1d54c90f51f677cbbcc81b19e4ca836b0070c5d807588f8c0affcfb274e78108d0d') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ascii/-/commit/194ec45d91a76f38a9b3e6fd3d89f13c25af579a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ascii/-/commit/194ec45d91a76f38a9b3e6fd3d89f13c25af579a You're receiving this email because of your account on gitlab.archlinux.org.
