summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7b88dbd32e1..39ff856ecaa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Fabio Sussarellu <sussarellu.fabio@gmail.com>
executableName=bashtop
-pkgname=$executableName-git
-pkgver=master
+tree=ca8023960b2f9aa483a6d1c9419191162b3f7a97
+pkgname=bashtop-git
+pkgver=0.6.5_$tree
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'
license=('APACHE')
depends=('bash')
-source=("https://github.com/aristocratos/$executableName/raw/$pkgver/$executableName")
+source=("https://github.com/aristocratos/$executableName/raw/$tree/$executableName")
md5sums=('811c863be968c4c81579261f1a4868a9')
package() {