From b88b39604102fbbcdf781afad585b004107d91e9 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 30 Jan 2022 22:42:30 +0000 Subject: added missing deps --- repo/system/libp11-kit.xibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/system/libp11-kit.xibuild b/repo/system/libp11-kit.xibuild index b2787f1..26f0a3b 100644 --- a/repo/system/libp11-kit.xibuild +++ b/repo/system/libp11-kit.xibuild @@ -3,7 +3,8 @@ MAKEDEPS=(make ) DEPS=(glibc libtasn1 libffi) -SOURCE=https://github.com/p11-glue/p11-kit/releases/download/0.24.1/p11-kit-0.24.1.tar.xz +PKG_VER=0.24.1 +SOURCE=https://github.com/p11-glue/p11-kit/releases/download/$PKG_VER/p11-kit-$PKG_VER.tar.xz DESC="Loads and enumerates PKCS#11 modules" prepare () { -- cgit v1.2.1