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

Antonio Rojas arojas at archlinux.org
Sat Sep 17 14:55:39 UTC 2016


    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
===================================================================
--- PKGBUILD	2016-09-17 14:55:12 UTC (rev 189869)
+++ PKGBUILD	2016-09-17 14:55:38 UTC (rev 189870)
@@ -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.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)
+++ PKGBUILD	2016-09-17 14:55:38 UTC (rev 189870)
@@ -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.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:



More information about the arch-commits mailing list