xdg-utils: extract update_* to external update file
This commit is contained in:
parent
2d917fba04
commit
5b9ff47bd1
|
@ -7,8 +7,6 @@ revision=1
|
|||
noarch="yes"
|
||||
build_style=gnu-configure
|
||||
short_desc="Tools to assist applications with various desktop integration tasks"
|
||||
update_site="http://cgit.freedesktop.org/xdg/xdg-utils/"
|
||||
update_pattern='/tag/\?id=\K[\d\w-.]+'
|
||||
homepage="http://portland.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="http://cgit.freedesktop.org/xdg/xdg-utils/"
|
||||
pattern='/tag/\?id=\K[\d\w-.]+'
|
Loading…
Reference in New Issue