[arch-commits] Commit in plowshare/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Apr 5 22:37:15 UTC 2018
Date: Thursday, April 5, 2018 @ 22:37:12
Author: jgc
Revision: 314529
upgpkg: plowshare 2.1.7-3
Switch to js52 for javascript
Modified:
plowshare/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-05 22:08:02 UTC (rev 314528)
+++ PKGBUILD 2018-04-05 22:37:12 UTC (rev 314529)
@@ -5,12 +5,12 @@
pkgname=plowshare
pkgver=2.1.7
-pkgrel=2
+pkgrel=3
pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites."
arch=('any')
url="https://github.com/mcrapet/plowshare"
license=('GPL3')
-depends=('curl' 'recode' 'js' 'git')
+depends=('curl' 'recode' 'js52' 'git')
optdepends=('bash-completion: enable bash auto completion'
'imagemagick: X11 picture viewer for captchas'
'sxiv: X11 picture viewer for captchas'
@@ -24,7 +24,7 @@
prepare() {
cd "${pkgname}-${pkgver}"
# rename js executable to reflect js package
- sed -e 's|-js}|-js24}|' -i src/core.sh
+ sed -e 's|-js}|-js52}|' -i src/core.sh
# force release version
export PLOWSHARE_FORCE_VERSION="${pkgver}"
}
More information about the arch-commits
mailing list