diff options
author | Andrew Rabert | 2025-03-21 20:22:38 -0400 |
---|---|---|
committer | Andrew Rabert | 2025-03-21 20:22:38 -0400 |
commit | 09ccead7b41e7b077c89ba955dc8a8e392554b76 (patch) | |
tree | 28696f818f452b073a23ced9ca922475e716e39c | |
parent | 78ab76949f7baea26391d434b3a3e5c4b090bcd0 (diff) | |
download | aur-09ccead7b41e7b077c89ba955dc8a8e392554b76.tar.gz |
Add .nvchecker.toml
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .nvchecker.toml | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1970994f527a..ff598ded8a19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ * !/.SRCINFO !/.gitignore +!/.nvchecker.toml !/PKGBUILD diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..6e6ae95fdc53 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-async-executor] +source = "git" +git = "https://github.com/nvllsvm/async-executor.git" |