Date: Sunday, February 9, 2020 @ 20:49:33 Author: dvzrv Revision: 565553
upgpkg: plowshare 2.1.7-4: Adding perl as direct dependency (for core.sh). Modified: plowshare/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-09 20:45:49 UTC (rev 565552) +++ PKGBUILD 2020-02-09 20:49:33 UTC (rev 565553) @@ -1,15 +1,15 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> # Contributor: speps <speps at aur dot archlinux dot org> # Contributor: breakdown <breakdown(at)archlinux(dot)us> pkgname=plowshare pkgver=2.1.7 -pkgrel=3 -pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites." +pkgrel=4 +pkgdesc="CLI downloader and uploader for Rapidshare, Mediafire and other file sharing websites" arch=('any') url="https://github.com/mcrapet/plowshare" license=('GPL3') -depends=('curl' 'recode' 'js52' 'git') +depends=('curl' 'js52' 'perl' 'recode' 'git') optdepends=('bash-completion: enable bash auto completion' 'imagemagick: X11 picture viewer for captchas' 'sxiv: X11 picture viewer for captchas'
