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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Jan 6 15:58:06 UTC 2021


    Date: Wednesday, January 6, 2021 @ 15:58:05
  Author: jlichtblau
Revision: 810980

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-06 15:57:57 UTC (rev 810979)
+++ PKGBUILD	2021-01-06 15:58:05 UTC (rev 810980)
@@ -1,19 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: derfenix <derfenix at gmail.com>
-
-pkgname=bpytop
-pkgver=1.0.56
-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=('ea1cdc292174cd05fbb17f237a99f8357304c67dfe873297223316c8ca981b7a')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: bpytop/repos/community-any/PKGBUILD (from rev 810979, bpytop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-06 15:58:05 UTC (rev 810980)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: derfenix <derfenix at gmail.com>
+
+pkgname=bpytop
+pkgver=1.0.57
+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=('50978e17d634a53691a78befb9b177a7aa10dae77fd031076e8ac4345ba24c4f')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}



More information about the arch-commits mailing list