diff --git a/srcpkgs/nvidia304/template b/srcpkgs/nvidia304/template index f4f251c92d4..84630d345a1 100644 --- a/srcpkgs/nvidia304/template +++ b/srcpkgs/nvidia304/template @@ -7,8 +7,6 @@ revision=2 maintainer="Juan RP " license="Propietary NVIDIA license" homepage="http://www.nvidia.com" -update_site="http://www.nvidia.com/object/unix.html" -update_pattern='Legacy GPU.+>\K[\d.]+(?=)' repository="nonfree" create_wrksrc=yes diff --git a/srcpkgs/nvidia304/update b/srcpkgs/nvidia304/update new file mode 100644 index 00000000000..fb6228a2b9a --- /dev/null +++ b/srcpkgs/nvidia304/update @@ -0,0 +1,2 @@ +site="http://www.nvidia.com/object/unix.html" +pattern='Legacy GPU.+>\K[\d.]+(?=)'