diff --git a/srcpkgs/dmraid/template b/srcpkgs/dmraid/template index 6ed55116866..2a6b80313c6 100644 --- a/srcpkgs/dmraid/template +++ b/srcpkgs/dmraid/template @@ -14,7 +14,6 @@ short_desc="Device mapper RAID interface" maintainer="Juan RP " license="GPL-2, LGPL-2.1" homepage="http://people.redhat.com/~heinzm/sw/dmraid/" -update_pattern='dmraid-\K[\d.rc-]+(?=\.tar.bz2)' distfiles="${homepage}/src/dmraid-${_distver}-${_patchver}.tar.bz2" checksum=93421bd169d71ff5e7d2db95b62b030bfa205a12010b6468dcdef80337d6fbd8 diff --git a/srcpkgs/dmraid/update b/srcpkgs/dmraid/update new file mode 100644 index 00000000000..c6be1a3c9a4 --- /dev/null +++ b/srcpkgs/dmraid/update @@ -0,0 +1 @@ +pattern='dmraid-\K[\d.rc-]+(?=\.tar.bz2)'