summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2015-06-11 16:52:42 -0700
committeryar2015-06-11 20:12:10 -0700
commitb7dacaeaa1b14a374cdb07a619c69d3e07ad138a (patch)
tree30f03335f24d0fa094364411fea8677c1fc58cb7
parentac0b3bee3d01e0efd4c99e5db399f7ddcb065518 (diff)
downloadaur-b7dacaeaa1b14a374cdb07a619c69d3e07ad138a.tar.gz
[htop-git] bump 527.abe165f
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b32d01b9a3f0..b00771bb8c4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htop-git
pkgdesc = Interactive text-mode process viewer
- pkgver = 517.64ecba2
+ pkgver = 527.abe165f
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#commit=e3d1ca
+ source = git+https://github.com/hishamhm/htop.git
sha256sums = SKIP
pkgname = htop-git
diff --git a/PKGBUILD b/PKGBUILD
index e4c31aa88c48..3f3c553389ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
gitname=htop
pkgname=${gitname}-git
-pkgver=517.64ecba2
+pkgver=527.abe165f
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#commit=e3d1ca")
+source=("git+${url}.git")
sha256sums=('SKIP')
pkgver() {