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

Dave Reisner dreisner at archlinux.org
Sun Jan 27 12:47:34 UTC 2019


    Date: Sunday, January 27, 2019 @ 12:43:43
  Author: dreisner
Revision: 344867

upgpkg: time 1.9-2

- bump gnulib
- http -> https
- add unit tests

Modified:
  time/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-27 11:40:46 UTC (rev 344866)
+++ PKGBUILD	2019-01-27 12:43:43 UTC (rev 344867)
@@ -5,16 +5,15 @@
 
 pkgname=time
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility for monitoring a program's use of system resources"
 arch=('x86_64')
-url="https://directory.fsf.org/wiki/Time"
+url='https://www.gnu.org/software/time/'
 license=('GPL')
 depends=('glibc')
 makedepends=('git')
-source=(
-  http://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
-  git://git.savannah.gnu.org/gnulib.git#commit=7df04f9b8a0adb1575ca0555775ec10860143cbf)
+source=(https://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
+        git://git.savannah.gnu.org/gnulib.git#commit=9462eb64fbf6646e9109b003a6768538d2b7dad4)
 sha1sums=('724d5857f555261c847d80f2783ca41891879c86'
           'SKIP')
 
@@ -31,6 +30,10 @@
   make
 }
 
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
 package() {
   cd "$pkgname-$pkgver"
 



More information about the arch-commits mailing list