[arch-commits] Commit in bashtop/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat Apr 25 15:29:46 UTC 2020


    Date: Saturday, April 25, 2020 @ 15:29:45
  Author: seblu
Revision: 620881

upgpkg: bashtop 0.8.8-1

Modified:
  bashtop/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 15:28:34 UTC (rev 620880)
+++ PKGBUILD	2020-04-25 15:29:45 UTC (rev 620881)
@@ -1,15 +1,18 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=bashtop
-pkgver=0.8.5
+pkgver=0.8.8
 pkgrel=1
 pkgdesc='Linux resource monitor'
 arch=('any')
 url="https://github.com/aristocratos/bashtop"
 license=('Apache')
-depends=('bash')
+depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng')
 makedepends=('git')
-optdepends=('curl: themes download')
+optdepends=(
+  'curl: themes download'
+  'lm-sensors: cpu temperatures'
+)
 source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver")
 sha256sums=('SKIP')
 



More information about the arch-commits mailing list