summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2018-02-05 10:07:41 -0800
committeryar2018-02-05 10:07:41 -0800
commit3f508b6f82a3fc7f8ee5d08c26c389504c5bc1a4 (patch)
treed5e026e1cece025392a9729a021c2ec3b43666fb
parentf9aeea3f3e8e736896e98de5ed71bb63821981b2 (diff)
downloadaur-3f508b6f82a3fc7f8ee5d08c26c389504c5bc1a4.tar.gz
bump 997.f37a050
-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}"