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

Sébastien Luttringer seblu at archlinux.org
Tue Apr 28 09:20:20 UTC 2020


    Date: Tuesday, April 28, 2020 @ 09:20:20
  Author: seblu
Revision: 621987

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-28 09:20:14 UTC (rev 621986)
+++ PKGBUILD	2020-04-28 09:20:20 UTC (rev 621987)
@@ -1,24 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=bashtop
-pkgver=0.8.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')
-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 621986, bashtop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-28 09:20:20 UTC (rev 621987)
@@ -0,0 +1,24 @@
+# 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:



More information about the arch-commits mailing list