From 668816443d705756c50af3541847d5c639883cc1 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:26 +0000 Subject: [PATCH] polkit-qt: extract update_* to external update file --- srcpkgs/polkit-qt/template | 2 -- srcpkgs/polkit-qt/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/polkit-qt/update diff --git a/srcpkgs/polkit-qt/template b/srcpkgs/polkit-qt/template index 8e040d5706f..760e5029dcb 100644 --- a/srcpkgs/polkit-qt/template +++ b/srcpkgs/polkit-qt/template @@ -7,8 +7,6 @@ hostmakedepends="pkg-config cmake automoc4 git" makedepends="polkit-devel qt-devel" short_desc="Qt-style PolicyKit API" maintainer="Juan RP " -update_site="http://quickgit.kde.org/?p=polkit-qt-1.git" -update_pattern=';t=v\K[\d.]+(?=")' homepage="https://projects.kde.org/projects/kdesupport/polkit-qt-1" license="LGPL-2.1" diff --git a/srcpkgs/polkit-qt/update b/srcpkgs/polkit-qt/update new file mode 100644 index 00000000000..513ce957fd8 --- /dev/null +++ b/srcpkgs/polkit-qt/update @@ -0,0 +1,2 @@ +site="http://quickgit.kde.org/?p=polkit-qt-1.git" +pattern=';t=v\K[\d.]+(?=")'