diff options
author | Mark Wagie | 2024-12-12 19:46:10 -0700 |
---|---|---|
committer | Mark Wagie | 2024-12-12 19:46:10 -0700 |
commit | 9afe1ebd04845a3eaa8721c1d71ae58f14ee14a4 (patch) | |
tree | 10376ad482c8e2fd98c95deddb388e14b689e40d | |
parent | 6cfed476a52f28841137910a1ba52a33861b8710 (diff) | |
download | aur-python-buildlog-consultant.tar.gz |
add .nvchecker.toml
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .nvchecker.toml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4dab8d6386e3..c88fa7b0bf74 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ !.gitignore !PKGBUILD !.SRCINFO +!.nvchecker.toml diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..d47edabb9c46 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,4 @@ +[python-buildlog-consultant] +source = "git" +git = "https://github.com/jelmer/buildlog-consultant.git" +prefix = "v" |