summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-01-28 17:52:28 +0100
committerCarl Smedstad2024-01-28 17:52:28 +0100
commitf32c078e8ec2752b366446d830f375ac388e87e6 (patch)
tree3f6d656b0cda53fb6f9d4f9dd1e615bcc5f7d98b
parent21c5cd1aa183fc182c672f25019ad44d21b8f2b8 (diff)
downloadaur-f32c078e8ec2752b366446d830f375ac388e87e6.tar.gz
Add .nvchecker.toml to enable checking for new versions with pkgctl
-rw-r--r--.gitignore3
-rw-r--r--.nvchecker.toml3
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f71c635dafda..0df2b70016b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*
!.gitignore
-!PKGBUILD
+!.nvchecker.toml
!.SRCINFO
+!PKGBUILD
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..aa0378e4ca25
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,3 @@
+[hplip-plugin]
+source = "archpkg"
+archpkg = "hplip"