summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-01-28 17:13:46 +0100
committerCarl Smedstad2024-01-28 17:13:46 +0100
commitf474866a843ffbb2fffdb00895b9270de714455e (patch)
treebd3558dfac2255c129d71f1bdbd27d2ab0d4cb93
parent161dede9409c996522cd25f03ade22092023a0eb (diff)
downloadaur-cubicsdr.tar.gz
Add .nvchecker.toml to enable checking for new versions with pkgctl
-rw-r--r--.gitignore3
-rw-r--r--.nvchecker.toml4
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ecb2261353b9..21daad3ffd5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*
!.gitignore
-!PKGBUILD
+!.nvchecker.toml
!.SRCINFO
+!PKGBUILD
!cubicsdr.desktop
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..070c6b78afdd
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,4 @@
+[cubicsdr]
+source = "github"
+github = "cjcliffe/CubicSDR"
+use_latest_release = true