summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95796f13e6a1..b32d01b9a3f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htop-git
pkgdesc = Interactive text-mode process viewer
- pkgver = 383.f0e2a0e
+ pkgver = 517.64ecba2
pkgrel = 1
url = https://github.com/hishamhm/htop
arch = i686
@@ -14,7 +14,7 @@ pkgbase = htop-git
provides = htop
conflicts = htop
options = !emptydirs
- source = git+https://github.com/hishamhm/htop.git
+ source = git+https://github.com/hishamhm/htop.git#commit=e3d1ca
sha256sums = SKIP
pkgname = htop-git
diff --git a/PKGBUILD b/PKGBUILD
index 4cc565566119..e4c31aa88c48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
gitname=htop
pkgname=${gitname}-git
-pkgver=383.f0e2a0e
+pkgver=517.64ecba2
pkgrel=1
pkgdesc="Interactive text-mode process viewer"
url="https://github.com/hishamhm/${gitname}"
@@ -15,7 +15,7 @@ optdepends=('lsof: list open files for running process'
provides=('htop')
conflicts=('htop')
options=('!emptydirs')
-source=("git+${url}.git")
+source=("git+${url}.git#commit=e3d1ca")
sha256sums=('SKIP')
pkgver() {