[arch-commits] Commit in progress/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 27 16:47:57 UTC 2018


    Date: Wednesday, June 27, 2018 @ 16:47:56
  Author: felixonmars
Revision: 346552

archrelease: copy trunk to community-x86_64

Added:
  progress/repos/community-x86_64/PKGBUILD
    (from rev 346551, progress/trunk/PKGBUILD)
Deleted:
  progress/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-27 16:47:25 UTC (rev 346551)
+++ PKGBUILD	2018-06-27 16:47:56 UTC (rev 346552)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-# Contributor: Aurélien Chabot <contact at aurelienchabot.fr>
-# Contributor: Étienne Deparis <etienne at depar.is>
-
-pkgname=progress
-pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.13.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="https://github.com/Xfennec/progress"
-depends=('ncurses')
-makedepends=('git')
-replaces=('cv')
-source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: progress/repos/community-x86_64/PKGBUILD (from rev 346551, progress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-27 16:47:56 UTC (rev 346552)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+# Contributor: Aurélien Chabot <contact at aurelienchabot.fr>
+# Contributor: Étienne Deparis <etienne at depar.is>
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.14
+pkgrel=1
+arch=('x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress"
+depends=('ncurses')
+replaces=('cv')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Xfennec/progress/archive/v$pkgver.tar.gz")
+sha512sums=('a455001f037d21f6d53ba9af899ab04119a2881a959664e5a2a542af00c018021bda26cf5cce8427e02fcf123adc2589bdc7d2980e69f87fbaf3098d122ed01e')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}



More information about the arch-commits mailing list