[arch-commits] Commit in plowshare/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Dec 3 13:01:15 UTC 2020
Date: Thursday, December 3, 2020 @ 13:01:15
Author: dvzrv
Revision: 769523
upgpkg: plowshare 2.1.7-6: Rebuild to switch to newer js version.
Use js78 instead of js52.
Modified:
plowshare/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-03 12:57:58 UTC (rev 769522)
+++ PKGBUILD 2020-12-03 13:01:15 UTC (rev 769523)
@@ -4,12 +4,12 @@
pkgname=plowshare
pkgver=2.1.7
-pkgrel=5
+pkgrel=6
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' 'js52' 'recode' 'git')
+depends=('curl' 'js78' 'recode' 'git')
optdepends=('bash-completion: enable bash auto completion'
'imagemagick: X11 picture viewer for captchas'
'sxiv: X11 picture viewer for captchas'
@@ -19,11 +19,12 @@
'libcaca: framebuffer ascii picture viewer for captchas')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha512sums=('7fe91d3756c55ffc1daf9275bfd2413f2644accd8fa69f2b1064696e1435f9b8be9515907c8249ffde85436dc6966f1d42bad94ccfbde93ae584dcc0d642c215')
+b2sums=('bfec7fba200d783fcba5051738f98f7cd862eede1661b4d72062bd111b394800406443e52ecf2f0b771b90a9834a87fae01a6055828e8a12446126c593daa01c')
prepare() {
cd "${pkgname}-${pkgver}"
# rename js executable to reflect js package
- sed -e 's|-js}|-js52}|' -i src/core.sh
+ sed -e 's|-js}|-js78}|' -i src/core.sh
# force release version
export PLOWSHARE_FORCE_VERSION="${pkgver}"
}
More information about the arch-commits
mailing list