diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-08-17 00:50:18 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2018-08-17 00:50:18 -0400 |
commit | 5e98009345a11929f476ca42baa949857da3d1cd (patch) | |
tree | 419b996cf4cc05c5714ce15f943af439e81135bf | |
parent | 78a10389f02e14147725a9e3be8effe9d26fe3a2 (diff) | |
download | pacman-static-5e98009345a11929f476ca42baa949857da3d1cd.tar.xz |
Add nvchecker config to watch for static dependency updates
-rw-r--r-- | nvchecker-deps.ini | 36 | ||||
-rw-r--r-- | nvchecker-new.txt | 11 | ||||
-rw-r--r-- | nvchecker-old.txt | 11 |
3 files changed, 58 insertions, 0 deletions
diff --git a/nvchecker-deps.ini b/nvchecker-deps.ini new file mode 100644 index 0000000..c84fa30 --- /dev/null +++ b/nvchecker-deps.ini @@ -0,0 +1,36 @@ +[__config__] +oldver = nvchecker-old.txt +newver = nvchecker-new.txt + +[c-ares] +archpkg = c-ares + +[nghttp2] +archpkg = libnghttp2 + +[curl] +archpkg = curl + +[ssl] +archpkg = openssl + +[xz] +archpkg = xz + +[bzip] +archpkg = bzip2 + +[libarchive] +archpkg = libarchive + +[gpgerror] +archpkg = libgpg-error + +[libassuan] +archpkg = libassuan + +[gpgme] +archpkg = gpgme + +[gnupg] +archpkg = gnupg diff --git a/nvchecker-new.txt b/nvchecker-new.txt new file mode 100644 index 0000000..d78b0b7 --- /dev/null +++ b/nvchecker-new.txt @@ -0,0 +1,11 @@ +bzip 1.0.6-7 +c-ares 1.14.0-1 +curl 7.61.0-2 +gnupg 2.2.9-1 +gpgerror 1.32-1 +gpgme 1.11.1-2 +libarchive 3.3.2-2 +libassuan 2.5.1-1 +nghttp2 1.32.0-1 +ssl 1.1.0.h-1 +xz 5.2.4-1 diff --git a/nvchecker-old.txt b/nvchecker-old.txt new file mode 100644 index 0000000..f105dad --- /dev/null +++ b/nvchecker-old.txt @@ -0,0 +1,11 @@ +bzip 1.0.6-7 +c-ares 1.14.0-1 +curl 7.57.0-1 +gnupg 2.2.9-1 +gpgerror 1.32-1 +gpgme 1.11.1-2 +libarchive 3.3.2-2 +libassuan 2.5.1-1 +nghttp2 1.32.0-1 +ssl 1.1.0.h-1 +xz 5.2.4-1 |