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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 2 20:47:47 UTC 2021


    Date: Sunday, May 2, 2021 @ 20:47:47
  Author: jlichtblau
Revision: 926211

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-02 20:47:44 UTC (rev 926210)
+++ PKGBUILD	2021-05-02 20:47:47 UTC (rev 926211)
@@ -1,19 +0,0 @@
-# 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
-}

Copied: bpytop/repos/community-any/PKGBUILD (from rev 926210, bpytop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-02 20:47:47 UTC (rev 926211)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: derfenix <derfenix at gmail.com>
+
+pkgname=bpytop
+pkgver=1.0.65
+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=('4c5b59fa24ba70398b19515651b2058eea5b6e940fb10a95dd2615bd6bfd9609')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}



More information about the arch-commits mailing list