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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Dec 21 09:43:24 UTC 2020


    Date: Monday, December 21, 2020 @ 09:43:24
  Author: jlichtblau
Revision: 780878

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-21 09:43:12 UTC (rev 780877)
+++ PKGBUILD	2020-12-21 09:43:24 UTC (rev 780878)
@@ -1,19 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: derfenix <derfenix at gmail.com>
-
-pkgname=bpytop
-pkgver=1.0.50
-pkgrel=2
-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=('ba4647c5db37ef87dbe730762306ae1c00e57e4249d18d65fa4ac0d3a9559123')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: bpytop/repos/community-any/PKGBUILD (from rev 780877, bpytop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-21 09:43:24 UTC (rev 780878)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: derfenix <derfenix at gmail.com>
+
+pkgname=bpytop
+pkgver=1.0.51
+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=('6d1c6da8ab3b598233ab4d8e40c49f99e5d16b51a4b76f8c4a3b73910cb3d80e')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}



More information about the arch-commits mailing list