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

speps speps at nymeria.archlinux.org
Thu Jun 26 15:19:57 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-06-26 15:19:48 UTC (rev 113633)
+++ PKGBUILD	2014-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)
+++ PKGBUILD	2014-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:




More information about the arch-commits mailing list