community/crun: add zstd to makedepends

needed to unpack the tarball
This commit is contained in:
Michał Polański 2024-05-06 00:40:40 +02:00
parent 8def6e691b
commit 91b2c848d5

View File

@ -8,7 +8,7 @@ pkgdesc="Fast and lightweight fully featured OCI runtime and C library for runni
url="https://github.com/containers/crun"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
arch="all"
makedepends="libcap-dev libseccomp-dev yajl-dev argp-standalone python3 go-md2man"
makedepends="libcap-dev libseccomp-dev yajl-dev argp-standalone python3 go-md2man zstd"
subpackages="$pkgname-doc $pkgname-static"
source="https://github.com/containers/crun/releases/download/$pkgver/crun-$pkgver.tar.zst"