foomatic-db: extract update_* to external update file
This commit is contained in:
parent
4a77b9b9ac
commit
42c00f3dcd
|
@ -8,6 +8,5 @@ short_desc="OpenPrinting printer support - database"
|
||||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/databasefoomatic"
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/databasefoomatic"
|
||||||
license="GPL-2, MIT"
|
license="GPL-2, MIT"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
update_pattern=$pkgname'-[\d.]+-\K[\d]+'
|
|
||||||
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-4.0-$version.tar.gz"
|
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-4.0-$version.tar.gz"
|
||||||
checksum=32957243b3989eaef9f290b4655fad1eaffecdfd424a7cae3b24666013193004
|
checksum=32957243b3989eaef9f290b4655fad1eaffecdfd424a7cae3b24666013193004
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
pattern=$pkgname'-[\d.]+-\K[\d]+'
|
Loading…
Reference in New Issue