summaryrefslogtreecommitdiff
path: root/nvchecker-deps.toml
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2020-10-05 19:52:34 -0400
committerEli Schwartz <eschwartz@archlinux.org>2020-10-05 19:52:34 -0400
commit1652fc0ec7a6f348ac347a9b7dc187fa1e1b654a (patch)
tree1e091bab26ff57af657fbcb977f3ae6ac618ca86 /nvchecker-deps.toml
parent1c9c11572269278d4f5c318bbf0d65217ba52475 (diff)
downloadpacman-static-1652fc0ec7a6f348ac347a9b7dc187fa1e1b654a.tar.xz
pacman-static: rename nvchecker file to .toml
in separate pass because it changed so hugely that it breaks rename detection otherwise
Diffstat (limited to 'nvchecker-deps.toml')
-rw-r--r--nvchecker-deps.toml51
1 files changed, 51 insertions, 0 deletions
diff --git a/nvchecker-deps.toml b/nvchecker-deps.toml
new file mode 100644
index 0000000..88f3d02
--- /dev/null
+++ b/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"