summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-10-23 15:04:29 +0200
committerErich Eckner <git@eckner.net>2020-10-23 15:04:29 +0200
commite42ab07c205bb6664a59f58cf7c5e7a1e742ea18 (patch)
tree4faf1a184ecfbaf1f67e474121ad3df303978b43
parentd778c542ff5b1eac19e29a85c8ed76623f635d90 (diff)
downloadarchlinuxewe.git.save-e42ab07c205bb6664a59f58cf7c5e7a1e742ea18.tar.xz
t1utils: really fix _pinned_dependencies
-rw-r--r--t1utils/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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"