From 679f655bff667da1cd7cd85504c304c1b5d2793e Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sat, 2 Apr 2016 22:44:10 -0400 Subject: [PATCH] playonlinux: missing runtime dependency curl --- srcpkgs/playonlinux/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/playonlinux/template b/srcpkgs/playonlinux/template index 18eba80a10a..299e2caf64c 100644 --- a/srcpkgs/playonlinux/template +++ b/srcpkgs/playonlinux/template @@ -1,10 +1,11 @@ # Template file for 'playonlinux' pkgname=playonlinux version=4.2.10 -revision=1 +revision=2 noarch=yes wrksrc="$pkgname" -depends="icoutils 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 curl" short_desc="GUI for managing Windows programs under linux" maintainer="Juan RP " license="GPL-3"