Date: Sunday, May 2, 2021 @ 20:47:35 Author: jlichtblau Revision: 926209
upgpkg: bpytop 1.0.65-1 - new upstream release Modified: bpytop/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-02 20:45:50 UTC (rev 926208) +++ PKGBUILD 2021-05-02 20:47:35 UTC (rev 926209) @@ -2,7 +2,7 @@ # Contributor: derfenix <derfe...@gmail.com> pkgname=bpytop -pkgver=1.0.64 +pkgver=1.0.65 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=('233299db3f17863ab69b0f7b149b586c499f5697177ab71b2006770398b11196') +sha256sums=('4c5b59fa24ba70398b19515651b2058eea5b6e940fb10a95dd2615bd6bfd9609') package() { cd "${srcdir}/${pkgname}-${pkgver}"