From e42ab07c205bb6664a59f58cf7c5e7a1e742ea18 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 23 Oct 2020 15:04:29 +0200 Subject: t1utils: really fix _pinned_dependencies --- t1utils/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t1utils/PKGBUILD b/t1utils/PKGBUILD index 6b69efd5..c96e1d2e 100644 --- a/t1utils/PKGBUILD +++ b/t1utils/PKGBUILD @@ -10,7 +10,9 @@ pkgdesc="A collection of simple Type 1 font manipulation programs" arch=('x86_64') url="https://www.lcdf.org/~eddietwo/type/#t1utils" license=("custom") -_pinned_dependies=('glibc') +_pinned_dependencies=( + 'glibc>=2.32' +) depends=("${_pinned_dependencies[@]}") source=("https://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz" "memmem-decl.patch::https://github.com/kohler/t1utils/commit/3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch" -- cgit v1.2.3-54-g00ecf