[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2020-12-03 Thread David Runge via arch-commits
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
===
--- PKGBUILD2020-12-03 13:01:15 UTC (rev 769523)
+++ PKGBUILD2020-12-03 13:01:22 UTC (rev 769524)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: breakdown 
-
-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)
+++ PKGBUILD2020-12-03 13:01:22 UTC (rev 769524)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: breakdown 
+
+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
+}


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2020-05-14 Thread David Runge via arch-commits
Date: Thursday, May 14, 2020 @ 18:04:45
  Author: dvzrv
Revision: 627955

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 627954, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-14 18:04:19 UTC (rev 627954)
+++ PKGBUILD2020-05-14 18:04:45 UTC (rev 627955)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.7
-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' 'js52' 'perl' '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 627954, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-14 18:04:45 UTC (rev 627955)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: breakdown 
+
+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
+}


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2020-02-09 Thread David Runge via arch-commits
Date: Sunday, February 9, 2020 @ 20:49:39
  Author: dvzrv
Revision: 565554

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 565553, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 20:49:33 UTC (rev 565553)
+++ PKGBUILD2020-02-09 20:49:39 UTC (rev 565554)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.7
-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' 'js52' '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 565553, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 20:49:39 UTC (rev 565554)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.7
+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' 'js52' 'perl' '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
+}


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:37:21
  Author: jgc
Revision: 314530

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 314529, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 22:37:12 UTC (rev 314529)
+++ PKGBUILD2018-04-05 22:37:21 UTC (rev 314530)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.7
-pkgrel=2
-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')
-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}|-js24}|' -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 314529, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 22:37:21 UTC (rev 314530)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.7
+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' 'js52' '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
+}


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 20:44:31
  Author: arojas
Revision: 252617

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 252616, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-19 20:43:57 UTC (rev 252616)
+++ PKGBUILD2017-08-19 20:44:31 UTC (rev 252617)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.6
-pkgrel=2
-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')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server')
-source=($pkgname-$pkgver.tar.gz::"$url/archive/v$pkgver.tar.gz")
-md5sums=('123946c904237b81c5df653f983e3c1c')
-
-package() {
-  cd $pkgname-$pkgver
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-
-  sed -e 's|-js}|-js24}|' -i "$pkgdir"/usr/share/plowshare/core.sh
-}

Copied: plowshare/repos/community-any/PKGBUILD (from rev 252616, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-19 20:44:31 UTC (rev 252617)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.7
+pkgrel=1
+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')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server')
+source=($pkgname-$pkgver.tar.gz::"$url/archive/v$pkgver.tar.gz")
+md5sums=('16de34e58101c8f1cac5dbd4295a91f0')
+
+package() {
+  cd $pkgname-$pkgver
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+
+  sed -e 's|-js}|-js24}|' -i "$pkgdir"/usr/share/plowshare/core.sh
+}


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2017-07-11 Thread Antonio Rojas
Date: Tuesday, July 11, 2017 @ 18:06:17
  Author: arojas
Revision: 244375

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 244374, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-11 18:05:54 UTC (rev 244374)
+++ PKGBUILD2017-07-11 18:06:17 UTC (rev 244375)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.6
-pkgrel=1
-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' 'js185' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server')
-source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('123946c904237b81c5df653f983e3c1c')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 244374, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-11 18:06:17 UTC (rev 244375)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.6
+pkgrel=2
+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')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server')
+source=($pkgname-$pkgver.tar.gz::"$url/archive/v$pkgver.tar.gz")
+md5sums=('123946c904237b81c5df653f983e3c1c')
+
+package() {
+  cd $pkgname-$pkgver
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+
+  sed -e 's|-js}|-js24}|' -i "$pkgdir"/usr/share/plowshare/core.sh
+}


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 08:58:21
  Author: arojas
Revision: 194183

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 194182, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-01 08:57:57 UTC (rev 194182)
+++ PKGBUILD2016-11-01 08:58:21 UTC (rev 194183)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.5
-pkgrel=1
-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' 'js185' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server')
-source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('ec70644d461fb7d1925e54da864bf4a3')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 194182, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-01 08:58:21 UTC (rev 194183)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.6
+pkgrel=1
+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' 'js185' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server')
+source=("$url/archive/v$pkgver.tar.gz")
+md5sums=('123946c904237b81c5df653f983e3c1c')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2016-09-17 Thread Antonio Rojas
Date: Saturday, September 17, 2016 @ 14:55:38
  Author: arojas
Revision: 189870

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 189869, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 +++-
 1 file changed, 27 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-17 14:55:12 UTC (rev 189869)
+++ PKGBUILD2016-09-17 14:55:38 UTC (rev 189870)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.3
-pkgrel=1
-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' 'js185' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('114cebf706027f3f93bbccb3762105b2')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 189869, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-17 14:55:38 UTC (rev 189870)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.5
+pkgrel=1
+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' 'js185' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server')
+source=("$url/archive/v$pkgver.tar.gz")
+md5sums=('ec70644d461fb7d1925e54da864bf4a3')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:45:32
  Author: speps
Revision: 168273

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 168272, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 01:45:27 UTC (rev 168272)
+++ PKGBUILD2016-03-25 01:45:32 UTC (rev 168273)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.2
-pkgrel=1
-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' 'js185' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('83af5ec30745c33bfe5983fdb3b6e536')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 168272, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 01:45:32 UTC (rev 168273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.3
+pkgrel=1
+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' 'js185' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=("$url/archive/v$pkgver.tar.gz")
+md5sums=('114cebf706027f3f93bbccb3762105b2')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2015-09-13 Thread speps
Date: Sunday, September 13, 2015 @ 19:18:02
  Author: speps
Revision: 140058

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 140057, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-13 17:17:50 UTC (rev 140057)
+++ PKGBUILD2015-09-13 17:18:02 UTC (rev 140058)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.1
-pkgrel=1
-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' 'js185' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('b49f838b5fecfac06f83eb45998faca2')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 140057, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-13 17:18:02 UTC (rev 140058)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.2
+pkgrel=1
+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' 'js185' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=("$url/archive/v$pkgver.tar.gz")
+md5sums=('83af5ec30745c33bfe5983fdb3b6e536')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2015-05-18 Thread speps
Date: Monday, May 18, 2015 @ 17:35:06
  Author: speps
Revision: 133723

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 133722, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-18 15:34:58 UTC (rev 133722)
+++ PKGBUILD2015-05-18 15:35:06 UTC (rev 133723)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: breakdown breakdown(at)archlinux(dot)us
-
-pkgname=plowshare
-pkgver=2.1.0
-pkgrel=1
-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' 'js185' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('e229b182129d308cd88012669899a729')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR=$pkgdir/ PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 133722, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-18 15:35:06 UTC (rev 133723)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: breakdown breakdown(at)archlinux(dot)us
+
+pkgname=plowshare
+pkgver=2.1.1
+pkgrel=1
+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' 'js185' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('b49f838b5fecfac06f83eb45998faca2')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR=$pkgdir/ PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2015-04-25 Thread speps
Date: Sunday, April 26, 2015 @ 00:22:27
  Author: speps
Revision: 132255

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 132254, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-25 22:22:18 UTC (rev 132254)
+++ PKGBUILD2015-04-25 22:22:27 UTC (rev 132255)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: breakdown breakdown(at)archlinux(dot)us
-
-pkgname=plowshare
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
-arch=('any')
-url=http://code.google.com/p/plowshare/;
-license=('GPL3')
-depends=('curl' 'recode' 'js185')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
-md5sums=('91b2b42e4a3d1e22a749eb8e417609dc')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR=$pkgdir/ PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 132254, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-25 22:22:27 UTC (rev 132255)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: breakdown breakdown(at)archlinux(dot)us
+
+pkgname=plowshare
+pkgver=2.1.0
+pkgrel=1
+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' 'js185' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('e229b182129d308cd88012669899a729')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR=$pkgdir/ PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2015-01-18 Thread speps
Date: Sunday, January 18, 2015 @ 15:12:34
  Author: speps
Revision: 126096

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 126095, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-18 14:12:30 UTC (rev 126095)
+++ PKGBUILD2015-01-18 14:12:34 UTC (rev 126096)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: breakdown breakdown(at)archlinux(dot)us
-
-pkgname=plowshare
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
-arch=('any')
-url=http://code.google.com/p/plowshare/;
-license=('GPL3')
-depends=('curl' 'recode' 'js185')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
-md5sums=('9e577525463711c3d747f36e3af6e4d6')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR=$pkgdir/ PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 126095, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-18 14:12:34 UTC (rev 126096)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: breakdown breakdown(at)archlinux(dot)us
+
+pkgname=plowshare
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
+arch=('any')
+url=http://code.google.com/p/plowshare/;
+license=('GPL3')
+depends=('curl' 'recode' 'js185')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
+md5sums=('91b2b42e4a3d1e22a749eb8e417609dc')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR=$pkgdir/ PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2014-07-30 Thread speps
Date: Wednesday, July 30, 2014 @ 16:44:15
  Author: speps
Revision: 116585

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 116584, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 14:44:06 UTC (rev 116584)
+++ PKGBUILD2014-07-30 14:44:15 UTC (rev 116585)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: breakdown breakdown(at)archlinux(dot)us
-
-pkgname=plowshare
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
-arch=('any')
-url=http://code.google.com/p/plowshare/;
-license=('GPL3')
-depends=('curl' 'recode' 'js185')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
-md5sums=('SKIP')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR=$pkgdir/ PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 116584, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 14:44:15 UTC (rev 116585)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: breakdown breakdown(at)archlinux(dot)us
+
+pkgname=plowshare
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
+arch=('any')
+url=http://code.google.com/p/plowshare/;
+license=('GPL3')
+depends=('curl' 'recode' 'js185')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
+md5sums=('9e577525463711c3d747f36e3af6e4d6')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR=$pkgdir/ PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2014-06-26 Thread speps
Date: Thursday, June 26, 2014 @ 17:19:57
  Author: speps
Revision: 113634

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 113633, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 +++--
 1 file changed, 29 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-26 15:19:48 UTC (rev 113633)
+++ PKGBUILD2014-06-26 15:19:57 UTC (rev 113634)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: breakdown breakdown(at)archlinux(dot)us
-
-pkgname=plowshare
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
-arch=('any')
-url=http://code.google.com/p/plowshare/;
-license=('GPL3')
-depends=('curl' 'recode' 'js185')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname-*
-
-  # executable version script
-  chmod +x scripts/version
-
-  # force version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-}
-
-package() {
-  cd $pkgname-*
-  DESTDIR=$pkgdir/ PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 113633, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-26 15:19:57 UTC (rev 113634)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: breakdown breakdown(at)archlinux(dot)us
+
+pkgname=plowshare
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites.
+arch=('any')
+url=http://code.google.com/p/plowshare/;
+license=('GPL3')
+depends=('curl' 'recode' 'js185')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=(http://plowshare.googlecode.com/archive/v$pkgver.tar.gz;)
+md5sums=('SKIP')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR=$pkgdir/ PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et: