[arch-commits] Commit in bashtop/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat May 23 02:54:37 UTC 2020


    Date: Saturday, May 23, 2020 @ 02:54:37
  Author: seblu
Revision: 631789

archrelease: copy trunk to community-any

Added:
  bashtop/repos/community-any/PKGBUILD
    (from rev 631788, bashtop/trunk/PKGBUILD)
Deleted:
  bashtop/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 02:54:30 UTC (rev 631788)
+++ PKGBUILD	2020-05-23 02:54:37 UTC (rev 631789)
@@ -1,24 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=bashtop
-pkgver=0.8.15
-pkgrel=1
-pkgdesc='Linux resource monitor'
-arch=('any')
-url="https://github.com/aristocratos/bashtop"
-license=('Apache')
-depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng')
-makedepends=('git')
-optdepends=(
-  'curl: themes download'
-  'lm_sensors: cpu temperatures'
-)
-source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-package() {
-	cd $pkgname
-	install -Dm755 bashtop -t "$pkgdir/usr/bin"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bashtop/repos/community-any/PKGBUILD (from rev 631788, bashtop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-23 02:54:37 UTC (rev 631789)
@@ -0,0 +1,25 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=bashtop
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Linux resource monitor'
+arch=('any')
+url="https://github.com/aristocratos/bashtop"
+license=('Apache')
+depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng')
+makedepends=('git')
+optdepends=(
+  'curl: themes download'
+  'lm_sensors: cpu temperatures'
+  'sysstat: disk read/write stats'
+)
+source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+package() {
+	cd $pkgname
+	install -Dm755 bashtop -t "$pkgdir/usr/bin"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list