[arch-commits] Commit in bashtop/repos/community-any (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Thu Jul 16 22:34:17 UTC 2020
Date: Thursday, July 16, 2020 @ 22:34:17
Author: seblu
Revision: 664237
archrelease: copy trunk to community-any
Added:
bashtop/repos/community-any/PKGBUILD
(from rev 664236, bashtop/trunk/PKGBUILD)
Deleted:
bashtop/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-16 22:34:12 UTC (rev 664236)
+++ PKGBUILD 2020-07-16 22:34:17 UTC (rev 664237)
@@ -1,33 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=bashtop
-pkgver=0.9.12
-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' '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"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: bashtop/repos/community-any/PKGBUILD (from rev 664236, bashtop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-16 22:34:17 UTC (rev 664237)
@@ -0,0 +1,33 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=bashtop
+pkgver=0.9.24
+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' '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"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list