summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Greenslade2022-11-06 13:21:27 -0800
committerSean Greenslade2022-11-06 13:21:27 -0800
commit4fec2b7e231d47328fbfdcc5dc6ff6d2f35eeb09 (patch)
treef110cef9fbe777ed0c0a39d70606bfb484b12877
parent764a1f21d679136adc7825e4eec8c5448e73ecb9 (diff)
downloadaur-4fec2b7e231d47328fbfdcc5dc6ff6d2f35eeb09.tar.gz
Verbump to 3.2.1, plus some updates to keep in line with original PKGBUILD.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 911e3796c24c..c2eeb87baec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htop-solarized
pkgdesc = Interactive process viewer with solarized patch
- pkgver = 3.1.0
- pkgrel = 2
+ pkgver = 3.2.1
+ pkgrel = 1
url = https://htop.dev/
arch = i686
arch = x86_64
@@ -20,10 +20,11 @@ pkgbase = htop-solarized
provides = htop
conflicts = htop
options = !emptydirs
- source = git+https://github.com/htop-dev/htop.git#tag=a8637afe0398f0be0131f73563b55ef9315ca351?signed
+ source = git+https://github.com/htop-dev/htop.git#tag=f3be499104b3a394505ac00d026c0013cfd33676?signed
source = htop-solarized.patch
validpgpkeys = F7ABE8761E6FE68638E6283AFE0842EE36DD8C0C
+ validpgpkeys = 0D316B6ABE022C7798D0324BF1D35CB9E8E12EAD
sha256sums = SKIP
- sha256sums = 7c7526c4564eed5e725610f8024cc547468d208fb424a81b827fef844d5b638d
+ sha256sums = a89800696603ad3ccdfc9a51345f6b24d7de651e1e8691dc16671e951b4cc3e5
pkgname = htop-solarized
diff --git a/PKGBUILD b/PKGBUILD
index a36081fdbe2a..57b67a935073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
_pkgname=htop
pkgname=$_pkgname-solarized
-_tag='a8637afe0398f0be0131f73563b55ef9315ca351' # git rev-parse ${pkgver}
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Interactive process viewer with solarized patch"
+_tag='f3be499104b3a394505ac00d026c0013cfd33676' # git rev-parse ${pkgver}
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Interactive process viewer with solarized patch'
arch=('i686' 'x86_64' 'armv7h')
url='https://htop.dev/'
license=('GPL')
@@ -23,7 +23,8 @@ optdepends=('lm_sensors: show cpu temperatures'
provides=('htop')
conflicts=('htop')
options=('!emptydirs')
-validpgpkeys=('F7ABE8761E6FE68638E6283AFE0842EE36DD8C0C') # Nathan Scott <nathans@debian.org>
+validpgpkeys=('F7ABE8761E6FE68638E6283AFE0842EE36DD8C0C' # Nathan Scott <nathans@debian.org>
+ '0D316B6ABE022C7798D0324BF1D35CB9E8E12EAD') # Benny Baumann <BenBE@geshi.org>
source=("git+https://github.com/htop-dev/htop.git#tag=${_tag}?signed"
'htop-solarized.patch')
sha256sums=('SKIP'
@@ -44,9 +45,11 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
- --enable-cgroup \
+ --enable-affinity \
+ --enable-capabilities \
--enable-delayacct \
--enable-openvz \
+ --enable-sensors \
--enable-unicode \
--enable-vserver