Date: Tuesday, December 22, 2020 @ 16:15:00
  Author: jlichtblau
Revision: 782019

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-22 16:14:52 UTC (rev 782018)
+++ PKGBUILD    2020-12-22 16:15:00 UTC (rev 782019)
@@ -1,19 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: derfenix <[email protected]>
-
-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
-}

Copied: bpytop/repos/community-any/PKGBUILD (from rev 782018, 
bpytop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-12-22 16:15:00 UTC (rev 782019)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: derfenix <[email protected]>
+
+pkgname=bpytop
+pkgver=1.0.52
+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=('15ef1bd094d945b9145343566c2596bb34922870e6be56c3cc028b33aff056fa')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}

Reply via email to