From f9c3fb8e7fbebf82f94da1ee4860c7574302a9ba Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 9 Nov 2017 11:51:01 -0200 Subject: [PATCH] urlwatch: Add missing runtime dependency --- srcpkgs/urlwatch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index 75b3494291d..7541fb2cccd 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,12 +1,12 @@ # Template file for 'urlwatch' pkgname=urlwatch version=2.7 -revision=2 +revision=3 noarch=yes build_style=python3-module pycompile_module="urlwatch" hostmakedepends="python3-setuptools" -depends="python3-keyring python3-requests python3-yaml python3-minidb" +depends="python3-keyring python3-requests python3-yaml python3-minidb python3-appdirs" short_desc="Tool for monitoring webpages for updates" maintainer="Eivind Uggedal " license="BSD"