Date: Sunday, April 25, 2021 @ 14:04:19 Author: jlichtblau Revision: 924192
upgpkg: bpytop 1.0.64-1 - new upstream release Modified: bpytop/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-25 14:02:31 UTC (rev 924191) +++ PKGBUILD 2021-04-25 14:04:19 UTC (rev 924192) @@ -2,7 +2,7 @@ # Contributor: derfenix <derfe...@gmail.com> pkgname=bpytop -pkgver=1.0.63 +pkgver=1.0.64 pkgrel=1 pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes" arch=('any') @@ -10,7 +10,7 @@ license=('Apache') depends=('python' 'python-psutil') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz") -sha256sums=('a543d8e0e342c03c7c235d468d116c501312a9c7f389e7d82d7931392a067c33') +sha256sums=('233299db3f17863ab69b0f7b149b586c499f5697177ab71b2006770398b11196') package() { cd "${srcdir}/${pkgname}-${pkgver}"