eclipse: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:59 +00:00
parent ed2d70eb47
commit 96dca4cfed
2 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,6 @@ short_desc="An IDE for Java and other languages"
maintainer="Juan RP <xtraeme@gmail.com>"
license="EPL"
homepage="http://eclipse.org"
update_site="http://www.eclipse.org/downloads"
update_pattern='\(\K[\d.]+(?=\) Release)'
only_for_archs="i686 x86_64"
_release=luna-SR1

2
srcpkgs/eclipse/update Normal file
View file

@ -0,0 +1,2 @@
site="http://www.eclipse.org/downloads"
pattern='\(\K[\d.]+(?=\) Release)'