[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Dec 3 13:01:22 UTC 2020
Date: Thursday, December 3, 2020 @ 13:01:22
Author: dvzrv
Revision: 769524
archrelease: copy trunk to community-any
Added:
plowshare/repos/community-any/PKGBUILD
(from rev 769523, plowshare/trunk/PKGBUILD)
Deleted:
plowshare/repos/community-any/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-03 13:01:15 UTC (rev 769523)
+++ PKGBUILD 2020-12-03 13:01:22 UTC (rev 769524)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: breakdown <breakdown(at)archlinux(dot)us>
-
-pkgname=plowshare
-pkgver=2.1.7
-pkgrel=5
-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')
-optdepends=('bash-completion: enable bash auto completion'
- 'imagemagick: X11 picture viewer for captchas'
- 'sxiv: X11 picture viewer for captchas'
- 'feh: X11 picture viewer for captchas'
- 'qiv: X11 picture viewer for captchas'
- 'fbida: framebuffer picture viewer for captchas'
- 'libcaca: framebuffer ascii picture viewer for captchas')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('7fe91d3756c55ffc1daf9275bfd2413f2644accd8fa69f2b1064696e1435f9b8be9515907c8249ffde85436dc6966f1d42bad94ccfbde93ae584dcc0d642c215')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- # rename js executable to reflect js package
- sed -e 's|-js}|-js52}|' -i src/core.sh
- # force release version
- export PLOWSHARE_FORCE_VERSION="${pkgver}"
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make install DESTDIR="${pkgdir}/" PREFIX=/usr
-}
Copied: plowshare/repos/community-any/PKGBUILD (from rev 769523, plowshare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-03 13:01:22 UTC (rev 769524)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: breakdown <breakdown(at)archlinux(dot)us>
+
+pkgname=plowshare
+pkgver=2.1.7
+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' 'js78' 'recode' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+ 'imagemagick: X11 picture viewer for captchas'
+ 'sxiv: X11 picture viewer for captchas'
+ 'feh: X11 picture viewer for captchas'
+ 'qiv: X11 picture viewer for captchas'
+ 'fbida: framebuffer picture viewer for captchas'
+ '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}|-js78}|' -i src/core.sh
+ # force release version
+ export PLOWSHARE_FORCE_VERSION="${pkgver}"
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make install DESTDIR="${pkgdir}/" PREFIX=/usr
+}
More information about the arch-commits
mailing list