[arch-commits] Commit in progress/repos (4 files)

Felix Yan felixonmars at archlinux.org
Thu Oct 13 14:39:23 UTC 2016


    Date: Thursday, October 13, 2016 @ 14:39:23
  Author: felixonmars
Revision: 192172

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/PKGBUILD |   28 ----------------------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-13 14:33:42 UTC (rev 192171)
+++ community-i686/PKGBUILD	2016-10-13 14:39:23 UTC (rev 192172)
@@ -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
-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 "$srcdir/$pkgname"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: progress/repos/community-i686/PKGBUILD (from rev 192171, progress/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-13 14:39:23 UTC (rev 192172)
@@ -0,0 +1,28 @@
+# $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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-13 14:33:42 UTC (rev 192171)
+++ community-x86_64/PKGBUILD	2016-10-13 14:39:23 UTC (rev 192172)
@@ -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
-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 "$srcdir/$pkgname"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: progress/repos/community-x86_64/PKGBUILD (from rev 192171, progress/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-13 14:39:23 UTC (rev 192172)
@@ -0,0 +1,28 @@
+# $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
+}



More information about the arch-commits mailing list