[arch-commits] Commit in bpytop/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Jan 25 09:18:11 UTC 2021
Date: Monday, January 25, 2021 @ 09:18:11
Author: jlichtblau
Revision: 829422
archrelease: copy trunk to community-any
Added:
bpytop/repos/community-any/PKGBUILD
(from rev 829421, bpytop/trunk/PKGBUILD)
Deleted:
bpytop/repos/community-any/PKGBUILD
----------+
PKGBUILD | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-25 09:18:02 UTC (rev 829421)
+++ PKGBUILD 2021-01-25 09:18:11 UTC (rev 829422)
@@ -1,19 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: derfenix <derfenix at gmail.com>
-
-pkgname=bpytop
-pkgver=1.0.59
-pkgrel=1
-pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes"
-arch=('any')
-url="https://github.com/aristocratos/bpytop"
-license=('Apache')
-depends=('python' 'python-psutil')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('c95d0034ab6567a72d377d12806f5a89f87a796e72b8993fbbb5efc79e5a9133')
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" PREFIX=/usr install
-}
Copied: bpytop/repos/community-any/PKGBUILD (from rev 829421, bpytop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-25 09:18:11 UTC (rev 829422)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: derfenix <derfenix at gmail.com>
+
+pkgname=bpytop
+pkgver=1.0.60
+pkgrel=1
+pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes"
+arch=('any')
+url="https://github.com/aristocratos/bpytop"
+license=('Apache')
+depends=('python' 'python-psutil')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('7fc1a40ac6b9cb8f78f1e0e2e7bd58b9197c333ad4c5a4f2cb464d3f8183835b')
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" PREFIX=/usr install
+}
More information about the arch-commits
mailing list