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

Antonio Rojas arojas at archlinux.org
Sat Aug 19 20:44:34 UTC 2017


    Date: Saturday, August 19, 2017 @ 20:44:31
  Author: arojas
Revision: 252617

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
    (from rev 252616, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-19 20:43:57 UTC (rev 252616)
+++ PKGBUILD	2017-08-19 20:44:31 UTC (rev 252617)
@@ -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.6
-pkgrel=2
-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' 'js' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-            'libcaca: ascii display for no X server')
-source=($pkgname-$pkgver.tar.gz::"$url/archive/v$pkgver.tar.gz")
-md5sums=('123946c904237b81c5df653f983e3c1c')
-
-package() {
-  cd $pkgname-$pkgver
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-
-  sed -e 's|-js}|-js24}|' -i "$pkgdir"/usr/share/plowshare/core.sh
-}

Copied: plowshare/repos/community-any/PKGBUILD (from rev 252616, plowshare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-19 20:44:31 UTC (rev 252617)
@@ -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.7
+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' 'js' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+            'libcaca: ascii display for no X server')
+source=($pkgname-$pkgver.tar.gz::"$url/archive/v$pkgver.tar.gz")
+md5sums=('16de34e58101c8f1cac5dbd4295a91f0')
+
+package() {
+  cd $pkgname-$pkgver
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+
+  sed -e 's|-js}|-js24}|' -i "$pkgdir"/usr/share/plowshare/core.sh
+}



More information about the arch-commits mailing list