T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / fcft
Commits: 4fffeaa4 by T.J. Townsend at 2023-10-23T11:46:50-04:00 upgpkg: 3.1.6-2: libutf8proc rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = fcft + pkgdesc = Simple library for font loading and glyph rasterization + pkgver = 3.1.6 + pkgrel = 2 + url = https://codeberg.org/dnkl/fcft + arch = x86_64 + license = MIT + checkdepends = ttf-dejavu + makedepends = meson + makedepends = scdoc + makedepends = tllist + depends = fontconfig + depends = freetype2 + depends = harfbuzz + depends = libutf8proc + depends = pixman + provides = libfcft.so + source = fcft-3.1.6.tar.gz::https://codeberg.org/dnkl/fcft/archive/3.1.6.tar.gz + sha256sums = 95797f945faf407cb658efe6e5dcf0cc3ab08ef01e159383f9cf7cf5ee257506 + +pkgname = fcft ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=fcft pkgver=3.1.6 -pkgrel=1 +pkgrel=2 pkgdesc='Simple library for font loading and glyph rasterization' arch=(x86_64) url=https://codeberg.org/dnkl/${pkgname} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fcft/-/commit/4fffeaa4487c44fc7b530f0247d2b49d14380bcb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fcft/-/commit/4fffeaa4487c44fc7b530f0247d2b49d14380bcb You're receiving this email because of your account on gitlab.archlinux.org.
