btrfs-progs: ignore update-check for rc versions
This commit is contained in:
parent
5969a86ca7
commit
e84a93a1b2
|
@ -11,7 +11,7 @@ short_desc="Btrfs filesystem utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://btrfs.wiki.kernel.org/"
|
homepage="http://btrfs.wiki.kernel.org/"
|
||||||
update_pattern=$pkgname' \K[\d+.]+'
|
update_pattern=$pkgname' \K[\d+.]+(?= \()'
|
||||||
update_version="${_distver}"
|
update_version="${_distver}"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
|
|
Loading…
Reference in New Issue