From 5b9ff47bd19997dff1fd8fb727118ff4866cf649 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:16:45 +0000 Subject: [PATCH] xdg-utils: extract update_* to external update file --- srcpkgs/xdg-utils/template | 2 -- srcpkgs/xdg-utils/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/xdg-utils/update diff --git a/srcpkgs/xdg-utils/template b/srcpkgs/xdg-utils/template index 9a5a615f216..fdcc9668a10 100644 --- a/srcpkgs/xdg-utils/template +++ b/srcpkgs/xdg-utils/template @@ -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 " diff --git a/srcpkgs/xdg-utils/update b/srcpkgs/xdg-utils/update new file mode 100644 index 00000000000..59e7c5de86c --- /dev/null +++ b/srcpkgs/xdg-utils/update @@ -0,0 +1,2 @@ +site="http://cgit.freedesktop.org/xdg/xdg-utils/" +pattern='/tag/\?id=\K[\d\w-.]+'