Date: Monday, May 27, 2019 @ 19:14:11
  Author: svenstaro
Revision: 471851

archrelease: copy trunk to community-any

Added:
  dstat/repos/community-any/PKGBUILD
    (from rev 471850, dstat/trunk/PKGBUILD)
Deleted:
  dstat/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-27 19:14:05 UTC (rev 471850)
+++ PKGBUILD    2019-05-27 19:14:11 UTC (rev 471851)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Schnouki <[email protected]>
-# Contributor: devon <[email protected]>
-
-pkgname=dstat
-pkgver=0.7.4
-pkgrel=2
-pkgdesc="A versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/";
-license=('GPL')
-depends=('python')
-source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
-sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5')
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" docs
-
-  # Get rid of deprecation warning.
-  sed -i "s/import collections/import collections.abc/g" -i 
"$pkgdir"/usr/bin/dstat
-  sed -i "s/collections.Sequence/collections.abc.Sequence/g" -i 
"$pkgdir"/usr/bin/dstat
-}

Copied: dstat/repos/community-any/PKGBUILD (from rev 471850, 
dstat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-05-27 19:14:11 UTC (rev 471851)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Schnouki <[email protected]>
+# Contributor: devon <[email protected]>
+
+pkgname=dstat
+pkgver=0.7.4
+pkgrel=3
+pkgdesc="A versatile resource statistics tool"
+arch=('any')
+url="http://dag.wieers.com/home-made/dstat/";
+license=('GPL')
+depends=('python' 'python-six')
+source=(https://github.com/dagwieers/dstat/archive/v${pkgver}.tar.gz)
+sha512sums=('d100223887ebd83d0fd1259436f39419a85df9002556abcfc8e4195aa63be73d85707dcd5c4fb56a979b29131485dce6e97c177fbfca08dc50bd0f92b15cc6f5')
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" docs
+
+  # Get rid of deprecation warning.
+  sed -i "s/import collections/import collections.abc/g" -i 
"$pkgdir"/usr/bin/dstat
+  sed -i "s/collections.Sequence/collections.abc.Sequence/g" -i 
"$pkgdir"/usr/bin/dstat
+}

Reply via email to