[arch-commits] Commit in dstat/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Fri May 3 14:28:11 UTC 2019
Date: Friday, May 3, 2019 @ 14:28:10
Author: jelle
Revision: 458701
archrelease: copy trunk to community-any
Added:
dstat/repos/community-any/PKGBUILD
(from rev 458700, dstat/trunk/PKGBUILD)
Deleted:
dstat/repos/community-any/PKGBUILD
----------+
PKGBUILD | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-03 14:28:01 UTC (rev 458700)
+++ PKGBUILD 2019-05-03 14:28:10 UTC (rev 458701)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Schnouki <thomas.jost at gmail.com>
-# Contributor: devon <admin at patched.biz>
-
-pkgname=dstat
-pkgver=0.7.3
-pkgrel=3
-pkgdesc="A versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/"
-license=('GPL')
-depends=('python2')
-source=(https://github.com/dagwieers/dstat/archive/${pkgver}.tar.gz)
-md5sums=('be27c905e6737993306dbbcee735e8ad')
-
-package() {
- cd $pkgname-$pkgver
-
- make DESTDIR=$pkgdir install
- make DESTDIR=$pkgdir docs
-}
Copied: dstat/repos/community-any/PKGBUILD (from rev 458700, dstat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-03 14:28:10 UTC (rev 458701)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Schnouki <thomas.jost at gmail.com>
+# Contributor: devon <admin at patched.biz>
+
+pkgname=dstat
+pkgver=0.7.3
+pkgrel=4
+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/${pkgver}.tar.gz)
+md5sums=('be27c905e6737993306dbbcee735e8ad')
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR=$pkgdir install
+ make DESTDIR=$pkgdir docs
+}
More information about the arch-commits
mailing list