Date: Wednesday, October 14, 2020 @ 17:05:51 Author: lcarlier Revision: 723936
upgpkg: playonlinux 4.3.4-3: add perl dependency - openssl rebuild Modified: playonlinux/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-14 17:02:30 UTC (rev 723935) +++ PKGBUILD 2020-10-14 17:05:51 UTC (rev 723936) @@ -4,12 +4,12 @@ pkgname=playonlinux pkgver=4.3.4 -pkgrel=2 +pkgrel=3 pkgdesc="GUI for managing Windows programs under linux" url="https://www.playonlinux.com/" license=('GPL') depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 'mesa-demos' 'gnupg' - 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip' 'jq') + 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip' 'jq' 'perl') arch=('x86_64') source=(https://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz PlayOnLinuxUrlHandler.desktop)
