diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-10-29 10:23:46 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-10-29 10:23:46 +0200 |
commit | 0fea22281b1a30454afbb8728543f6383ca6a0ca (patch) | |
tree | aa0fdfe24b4433105b1a46998a5b90828291e7d1 /build-support/pacman-static/nvchecker-deps.toml | |
parent | e17223351da2abcc89fafb809bbd85484a1195ed (diff) | |
download | packages-0fea22281b1a30454afbb8728543f6383ca6a0ca.tar.xz |
added pacman-static to build-support
Diffstat (limited to 'build-support/pacman-static/nvchecker-deps.toml')
-rw-r--r-- | build-support/pacman-static/nvchecker-deps.toml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/build-support/pacman-static/nvchecker-deps.toml b/build-support/pacman-static/nvchecker-deps.toml new file mode 100644 index 00000000..88f3d02c --- /dev/null +++ b/build-support/pacman-static/nvchecker-deps.toml @@ -0,0 +1,51 @@ +[__config__] +oldver = "nvchecker-old.txt" +newver = "nvchecker-new.txt" + +[c-ares] +source = "archpkg" +archpkg = "c-ares" + +[nghttp2] +source = "archpkg" +archpkg = "libnghttp2" + +[curl] +source = "archpkg" +archpkg = "curl" + +[ssl] +source = "archpkg" +archpkg = "openssl" + +[zlib] +source = "archpkg" +archpkg = "zlib" + +[xz] +source = "archpkg" +archpkg = "xz" + +[bzip] +source = "archpkg" +archpkg = "bzip2" + +[zstd] +source = "archpkg" +archpkg = "zstd" + +[libarchive] +source = "archpkg" +archpkg = "libarchive" + +[gpgerror] +source = "archpkg" +archpkg = "libgpg-error" + +[libassuan] +source = "archpkg" +archpkg = "libassuan" + +[gpgme] +source = "archpkg" +archpkg = "gpgme" |