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

Antonio Rojas arojas at archlinux.org
Tue Nov 1 08:58:22 UTC 2016


    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
===================================================================
--- PKGBUILD	2016-11-01 08:57:57 UTC (rev 194182)
+++ PKGBUILD	2016-11-01 08:58:21 UTC (rev 194183)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: breakdown <breakdown(at)archlinux(dot)us>
-
-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)
+++ PKGBUILD	2016-11-01 08:58:21 UTC (rev 194183)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: breakdown <breakdown(at)archlinux(dot)us>
+
+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:



More information about the arch-commits mailing list