[arch-commits] Commit in progress/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 13 14:33:42 UTC 2016
Date: Thursday, October 13, 2016 @ 14:33:42
Author: felixonmars
Revision: 192171
upgpkg: progress 0.13.1-1
Modified:
progress/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-13 13:58:35 UTC (rev 192170)
+++ PKGBUILD 2016-10-13 14:33:42 UTC (rev 192171)
@@ -6,7 +6,7 @@
pkgname=progress
pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.13
+pkgver=0.13.1
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL3')
@@ -18,11 +18,11 @@
sha256sums=('SKIP')
build() {
- cd "$srcdir/$pkgname"
+ cd $pkgname
make
}
package() {
- cd "$srcdir/$pkgname"
+ cd $pkgname
make DESTDIR="$pkgdir" PREFIX="/usr" install
}
More information about the arch-commits
mailing list