summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoohbah2016-02-09 19:56:10 +0000
committerBoohbah2016-02-09 19:56:10 +0000
commite78895137fc5b5ad8521ff5b3ea9420afd6898a0 (patch)
tree89c97968188c742a85a92da36b639c814a52cb2c
parent318cf17921f2f73c5840505443cacad6fb00db87 (diff)
downloadaur-e78895137fc5b5ad8521ff5b3ea9420afd6898a0.tar.gz
Add --enable-oom configure option
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ce1a00c29d1..f8954bce3fb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Feb 9 19:55:18 UTC 2016
pkgbase = htop-solarized
pkgdesc = Interactive process viewer with solarized patch
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = http://htop.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0d69ba499b25..045af42d3bc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
# Contributor: Eric Belanger <eric at archlinux.org>
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
# Contributor: Wesley Merkel <ooesili at gmail.com>
+# Contributor: sekret <sekret at posteo.se>
_pkgname=htop
pkgname=$_pkgname-solarized
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive process viewer with solarized patch"
arch=('i686' 'x86_64')
url="http://htop.sourceforge.net/"
@@ -41,7 +42,8 @@ build() {
--enable-unicode \
--enable-openvz \
--enable-vserver \
- --enable-cgroup
+ --enable-cgroup \
+ --enable-oom
make
}