summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2020-01-19 10:42:10 -0800
committerYardena Cohen2020-01-19 10:42:10 -0800
commitc372d426d2e1f1e04c046b4d9f1e73c6a8e6237a (patch)
tree739fd87676bc3c3b6cd1e2d5ac727f53dbe6c8de
parent3f508b6f82a3fc7f8ee5d08c26c389504c5bc1a4 (diff)
downloadaur-c372d426d2e1f1e04c046b4d9f1e73c6a8e6237a.tar.gz
depend on python, not python2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff8c9c11c460..c726bd216805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
gitname=htop
pkgname=${gitname}-git
-pkgver=997.f37a050
+pkgver=1077.402e46b
pkgrel=1
pkgdesc="Interactive text-mode process viewer"
url="https://github.com/hishamhm/${gitname}"
license=('GPL')
arch=('i686' 'x86_64')
depends=('ncurses')
-makedepends=('git' 'python2')
+makedepends=('git' 'python')
optdepends=('lsof: list open files for running process'
'strace: attach to running process')
provides=('htop')