diff options
author | Mark Wagie | 2024-12-12 19:35:56 -0700 |
---|---|---|
committer | Mark Wagie | 2024-12-12 19:35:56 -0700 |
commit | 9c39f97d1623215512959f29946e6d3f02a19ca2 (patch) | |
tree | 775ec9b7f3aaaf4f2205ef86160cce69a16ba035 | |
parent | cdef99c28d36dbc4e14536a3812960af005bd0dc (diff) | |
download | aur-i8kgui.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 8a4c59d36962..03f76d08a903 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ !.SRCINFO !i8kgui.install !i8kgui.patch +!.nvchecker.toml diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..2333b3b0c30d --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,4 @@ +[i8kgui] +source = "git" +git = "https://github.com/razman786/i8kgui.git" +prefix = "v" |