summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 179bcbe12375..29bd2dc84714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 8 16:37:00 UTC 2016
+# Mon Feb 5 18:07:20 UTC 2018
pkgbase = htop-git
pkgdesc = Interactive text-mode process viewer
- pkgver = 833.f295a52
+ pkgver = 997.f37a050
pkgrel = 1
url = https://github.com/hishamhm/htop
arch = i686
diff --git a/.gitignore b/.gitignore
index cf8342a1ebc5..0d9f9348b80f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-htop-git-*.log
-htop-git-*.pkg.tar.xz
-htop/
+/htop-git-*.log
+/htop-git-*.pkg.tar.xz
+/htop/
+/PKGBUILD-namcap.log
diff --git a/PKGBUILD b/PKGBUILD
index c19a34e37493..ff8c9c11c460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
gitname=htop
pkgname=${gitname}-git
-pkgver=833.f295a52
+pkgver=997.f37a050
pkgrel=1
pkgdesc="Interactive text-mode process viewer"
url="https://github.com/hishamhm/${gitname}"