nvidia: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:19 +00:00
parent 8d29d774f7
commit e841b045f2
2 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,6 @@ revision=3
maintainer="Juan RP <xtraeme@gmail.com>"
license="Propietary NVIDIA license"
homepage="http://www.nvidia.com"
update_site="http://www.nvidia.com/object/unix.html"
update_pattern='Short Lived.+>\K[\d.]+(?=</A>)'
only_for_archs="i686 x86_64"
repository="nonfree"

2
srcpkgs/nvidia/update Normal file
View file

@ -0,0 +1,2 @@
site="http://www.nvidia.com/object/unix.html"
pattern='Short Lived.+>\K[\d.]+(?=</A>)'