From a864f1e643362845b38d5aeb3b3f93edf17c345b Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 3 Mar 2014 18:15:17 +0400 Subject: [PATCH] remove qt5 dependency as it is not necessary (static build) --- istodo/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istodo/PKGBUILD b/istodo/PKGBUILD index 36b1fd4..9112740 100644 --- a/istodo/PKGBUILD +++ b/istodo/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://istodo.ru/" license=('custom') options=('!strip') -depends=('hicolor-icon-theme' 'libsm' 'mesa' 'qt5-base') +depends=('hicolor-icon-theme' 'libsm' 'mesa') makedepends=('desktop-file-utils') install=${pkgname}.install