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

Felix Yan felixonmars at archlinux.org
Tue Jun 9 04:54:59 UTC 2020


    Date: Tuesday, June 9, 2020 @ 04:54:58
  Author: felixonmars
Revision: 640654

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 04:54:35 UTC (rev 640653)
+++ PKGBUILD	2020-06-09 04:54:58 UTC (rev 640654)
@@ -1,27 +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.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
-}

Copied: progress/repos/community-x86_64/PKGBUILD (from rev 640653, progress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-09 04:54:58 UTC (rev 640654)
@@ -0,0 +1,26 @@
+# 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.15
+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=('8b446d04e156b8d3d905caf9a8c9eac2ff2d24ca3b118ebdf6b2aa9f9f99d0d219c026020c33bc3f2fff936f4a29d95f89fe1cbc1ab66b7b33f5e32bf18710ca')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}



More information about the arch-commits mailing list