[arch-commits] Commit in bpytop/repos/community-any (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Apr 25 14:04:28 UTC 2021


    Date: Sunday, April 25, 2021 @ 14:04:28
  Author: jlichtblau
Revision: 924193

archrelease: copy trunk to community-any

Added:
  bpytop/repos/community-any/PKGBUILD
    (from rev 924192, bpytop/trunk/PKGBUILD)
Deleted:
  bpytop/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 14:04:19 UTC (rev 924192)
+++ PKGBUILD	2021-04-25 14:04:28 UTC (rev 924193)
@@ -1,19 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: derfenix <derfenix at gmail.com>
-
-pkgname=bpytop
-pkgver=1.0.63
-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=('a543d8e0e342c03c7c235d468d116c501312a9c7f389e7d82d7931392a067c33')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: bpytop/repos/community-any/PKGBUILD (from rev 924192, bpytop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-25 14:04:28 UTC (rev 924193)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: derfenix <derfenix at gmail.com>
+
+pkgname=bpytop
+pkgver=1.0.64
+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=('233299db3f17863ab69b0f7b149b586c499f5697177ab71b2006770398b11196')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}



More information about the arch-commits mailing list