diff --git a/extra/hplip/.SRCINFO b/extra/hplip/.SRCINFO index 24ea97078..5e9e0ec5b 100644 --- a/extra/hplip/.SRCINFO +++ b/extra/hplip/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = hplip pkgdesc = Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet pkgver = 3.23.12 - pkgrel = 2 + pkgrel = 3 epoch = 1 url = https://hplipopensource.com arch = x86_64 diff --git a/extra/hplip/.nvchecker.toml b/extra/hplip/.nvchecker.toml new file mode 100644 index 000000000..fe7488361 --- /dev/null +++ b/extra/hplip/.nvchecker.toml @@ -0,0 +1,4 @@ +[hplip] +source = "regex" +regex = "The current version of the HPLIP solution is version (\\d+.\\d+.\\d+)" +url = "https://developers.hp.com/hp-linux-imaging-and-printing/" diff --git a/extra/hplip/PKGBUILD b/extra/hplip/PKGBUILD index eaccfcf41..2c09fdd2b 100644 --- a/extra/hplip/PKGBUILD +++ b/extra/hplip/PKGBUILD @@ -8,7 +8,7 @@ pkgname=hplip pkgver=3.23.12 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" arch=('x86_64')