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

Felix Yan felixonmars at archlinux.org
Sun Apr 25 23:26:35 UTC 2021


    Date: Sunday, April 25, 2021 @ 23:26:35
  Author: felixonmars
Revision: 924474

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 23:26:20 UTC (rev 924473)
+++ PKGBUILD	2021-04-25 23:26:35 UTC (rev 924474)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: progress/repos/community-x86_64/PKGBUILD (from rev 924473, progress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-25 23:26:35 UTC (rev 924474)
@@ -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.16
+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=('11fef1b973e899f4b605513f341cfc412c7c62b138d2b87cfb8b57fe7c46449cdac1e1b5c1cdc77d7cd905a26e5cf85c4ff88d892c58c8c839e95cab07596eb3')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}



More information about the arch-commits mailing list