summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91f4a8d21c46..887183233976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = bashtop-git
pkgdesc = Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
- pkgver = r28.bb3cc59
+ pkgver = r313.4bf71e6
pkgrel = 1
url = https://github.com/aristocratos/bashtop
arch = any
license = Apache
+ makedepends = git
depends = bash
provides = bashtop
conflicts = bashtop
diff --git a/PKGBUILD b/PKGBUILD
index 7736e852a319..f57c3a83b339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Sussarellu <sussarellu.fabio@gmail.com>
pkgname=bashtop-git
-pkgver=r28.bb3cc59
-pkgrel=2
+pkgver=r313.4bf71e6
+pkgrel=1
pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
arch=('any')
url="https://github.com/aristocratos/bashtop"