From 1652fc0ec7a6f348ac347a9b7dc187fa1e1b654a Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 5 Oct 2020 19:52:34 -0400 Subject: pacman-static: rename nvchecker file to .toml in separate pass because it changed so hugely that it breaks rename detection otherwise --- nvchecker-deps.ini | 51 --------------------------------------------------- nvchecker-deps.toml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 nvchecker-deps.ini create mode 100644 nvchecker-deps.toml diff --git a/nvchecker-deps.ini b/nvchecker-deps.ini deleted file mode 100644 index 88f3d02..0000000 --- a/nvchecker-deps.ini +++ /dev/null @@ -1,51 +0,0 @@ -[__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" 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" -- cgit v1.2.3-70-g09d2