summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDawid Potocki2021-10-15 14:55:02 +1300
committerDawid Potocki2021-10-15 14:55:02 +1300
commitd501d225c8af29c63cbc8c39a6e4d8bc5ca43e6b (patch)
tree9aad411a354e1030e496033dddf03dcd176ac0ff /PKGBUILD
parentedb2cf2aae1fcdf02a1618eec89ee13ec52b0390 (diff)
downloadaur-d501d225c8af29c63cbc8c39a6e4d8bc5ca43e6b.tar.gz
Update to 3.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 656c1329736d..506996b8b383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dawid Potocki <archlinux a dawidpotocki , com>
_pkgname=htop
-pkgname="$_pkgname-vim"
-pkgver=3.1.0
+pkgname="${_pkgname}-vim"
+pkgver=3.1.1
pkgrel=1
pkgdesc='Interactive process viewer with a Vim keybindings patch'
arch=('x86_64')
@@ -19,7 +19,7 @@ options=('!emptydirs')
source=("https://github.com/htop-dev/htop/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
'vim-keybindings.patch'
)
-sha256sums=('200a4f9331d0e5048bf9bda6a8dee38248c557e471b9e57ff3784853efd613a9'
+sha256sums=('b52280ad05a535ec632fbcd47e8e2c40a9376a9ddbd7caa00b38b9d6bb87ced6'
'2089457e7e6b331a1d290b5920bb2f2b3142256a6cb30a3231f6b0ec1ef71ff0')
prepare() {