[arch-commits] Commit in progress/trunk (PKGBUILD)

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


    Date: Wednesday, June 27, 2018 @ 16:47:25
  Author: felixonmars
Revision: 346551

upgpkg: progress 0.14-1

Modified:
  progress/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-27 16:42:55 UTC (rev 346550)
+++ PKGBUILD	2018-06-27 16:47:25 UTC (rev 346551)
@@ -6,23 +6,22 @@
 
 pkgname=progress
 pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.13.1
+pkgver=0.14
 pkgrel=1
 arch=('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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Xfennec/progress/archive/v$pkgver.tar.gz")
+sha512sums=('a455001f037d21f6d53ba9af899ab04119a2881a959664e5a2a542af00c018021bda26cf5cce8427e02fcf123adc2589bdc7d2980e69f87fbaf3098d122ed01e')
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" PREFIX="/usr" install
 }



More information about the arch-commits mailing list