From 174c1e1b5cf18fa8ac75933c4360a53a2be75fbb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Aug 2015 05:38:07 +0200 Subject: [PATCH] playonlinux: needs icoutils (thanks @uggedal). --- srcpkgs/playonlinux/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/playonlinux/template b/srcpkgs/playonlinux/template index 78808760733..0a924ea1604 100644 --- a/srcpkgs/playonlinux/template +++ b/srcpkgs/playonlinux/template @@ -1,10 +1,10 @@ # Template file for 'playonlinux' pkgname=playonlinux version=4.2.8 -revision=1 +revision=2 noarch=yes wrksrc="$pkgname" -depends="netcat ImageMagick xterm wxPython cabextract unzip glxinfo gnupg xdg-user-dirs libXmu wget p7zip" +depends="icoutils netcat ImageMagick xterm wxPython cabextract unzip glxinfo gnupg xdg-user-dirs libXmu wget p7zip" short_desc="GUI for managing Windows programs under linux" maintainer="Juan RP " license="GPL-3"