summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2025-03-21 20:22:38 -0400
committerAndrew Rabert2025-03-21 20:22:38 -0400
commit09ccead7b41e7b077c89ba955dc8a8e392554b76 (patch)
tree28696f818f452b073a23ced9ca922475e716e39c
parent78ab76949f7baea26391d434b3a3e5c4b090bcd0 (diff)
downloadaur-09ccead7b41e7b077c89ba955dc8a8e392554b76.tar.gz
Add .nvchecker.toml
-rw-r--r--.gitignore1
-rw-r--r--.nvchecker.toml3
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"