From 25f2463115eb4b9071c8c6261a423bc9cb0f149a Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 27 Nov 2014 08:11:14 +0000 Subject: [PATCH] polkit-qt5: update-check support --- srcpkgs/polkit-qt5/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/polkit-qt5/template b/srcpkgs/polkit-qt5/template index 8a9f81b7cf9..c020eaa9320 100644 --- a/srcpkgs/polkit-qt5/template +++ b/srcpkgs/polkit-qt5/template @@ -7,6 +7,8 @@ hostmakedepends="pkg-config cmake automoc4 git" makedepends="polkit-devel qt5-devel" short_desc="Qt-style PolicyKit API (Qt5)" 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"