midori: extract update_* to external update file
This commit is contained in:
parent
765bde8247
commit
9c74d4462a
|
@ -18,7 +18,5 @@ short_desc="Lightweight web browser using WebKit GTK+"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.midori-browser.org/"
|
||||
license="GPL-2"
|
||||
update_site="${homepage}download/"
|
||||
update_pattern=$pkgname'_\K[\d.]+'
|
||||
distfiles="http://www.midori-browser.org/downloads/midori_${version}_all_.tar.bz2"
|
||||
checksum=b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="${homepage}download/"
|
||||
pattern=$pkgname'_\K[\d.]+'
|
Loading…
Reference in New Issue