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

Sébastien Luttringer seblu at archlinux.org
Sun May 24 00:15:48 UTC 2020


    Date: Sunday, May 24, 2020 @ 00:15:45
  Author: seblu
Revision: 632726

upgpkg: bashtop 0.9.1-1

- Version bump
- Do not check for update by default
- FS#66752

Modified:
  bashtop/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 22:43:20 UTC (rev 632725)
+++ PKGBUILD	2020-05-24 00:15:45 UTC (rev 632726)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=bashtop
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Linux resource monitor'
 arch=('any')
@@ -8,15 +8,23 @@
 url="https://github.com/aristocratos/bashtop"
 license=('Apache')
 depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng')
-makedepends=('git')
+makedepends=('git' 'sed')
 optdepends=(
   'curl: themes download'
   'lm_sensors: cpu temperatures'
   'sysstat: disk read/write stats'
+  'python-psutil: use python for data collection'
 )
 source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver")
 sha256sums=('SKIP')
 
+
+prepare() {
+  cd $pkgname
+  # disable update check
+  sed -ri 's,^update_check="true"$,update_check="false",' bashtop
+}
+
 package() {
 	cd $pkgname
 	install -Dm755 bashtop -t "$pkgdir/usr/bin"



More information about the arch-commits mailing list