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

speps speps at archlinux.org
Sun Sep 13 17:18:02 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-09-13 17:17:50 UTC (rev 140057)
+++ PKGBUILD	2015-09-13 17:18:02 UTC (rev 140058)
@@ -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.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)
+++ PKGBUILD	2015-09-13 17:18:02 UTC (rev 140058)
@@ -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.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:



More information about the arch-commits mailing list