[arch-commits] Commit in dstat/trunk (PKGBUILD)
    Jelle van der Waa 
    jelle at archlinux.org
       
    Fri May  3 14:28:01 UTC 2019
    
    
  
    Date: Friday, May 3, 2019 @ 14:28:01
  Author: jelle
Revision: 458700
upgpkg: dstat 0.7.3-4
Switch to Python 3
Modified:
  dstat/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-03 14:24:12 UTC (rev 458699)
+++ PKGBUILD	2019-05-03 14:28:01 UTC (rev 458700)
@@ -4,12 +4,12 @@
 
 pkgname=dstat
 pkgver=0.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A versatile resource statistics tool"
 arch=('any')
 url="http://dag.wieers.com/home-made/dstat/"
 license=('GPL')
-depends=('python2')
+depends=('python')
 source=(https://github.com/dagwieers/dstat/archive/${pkgver}.tar.gz)
 md5sums=('be27c905e6737993306dbbcee735e8ad')
 
    
    
More information about the arch-commits
mailing list