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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Mar 20 13:21:55 UTC 2016


    Date: Sunday, March 20, 2016 @ 14:21:55
  Author: svenstaro
Revision: 167709

upgpkg: dstat 0.7.3-2

Sed not needed anymore and results in bug

Modified:
  dstat/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-20 13:11:01 UTC (rev 167708)
+++ PKGBUILD	2016-03-20 13:21:55 UTC (rev 167709)
@@ -5,7 +5,7 @@
 
 pkgname=dstat
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A versatile resource statistics tool"
 arch=('any')
 url="http://dag.wieers.com/home-made/dstat/"
@@ -17,7 +17,6 @@
 package() {
   cd $pkgname-$pkgname-$pkgver
 
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' dstat
   make DESTDIR=$pkgdir install
   make DESTDIR=$pkgdir docs
 }



More information about the arch-commits mailing list