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

speps speps at archlinux.org
Sun Jan 18 14:12:35 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-01-18 14:12:30 UTC (rev 126095)
+++ PKGBUILD	2015-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)
+++ PKGBUILD	2015-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:



More information about the arch-commits mailing list