vifm: Update to 0.12

Add pgp key
This commit is contained in:
Biswapriyo Nath 2021-10-10 11:32:25 +05:30 committed by GitHub
parent 6df395fc57
commit e5990ec2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# Arch maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org> # Arch maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
pkgname=vifm pkgname=vifm
pkgver=0.11 pkgver=0.12
pkgrel=1 pkgrel=1
pkgdesc="Ncurses based file manager with vi like keybindings" pkgdesc="Ncurses based file manager with vi like keybindings"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -10,8 +10,10 @@ url="https://vifm.info/"
license=('GPL') license=('GPL')
depends=('ncurses') depends=('ncurses')
makedepends=('ncurses-devel') makedepends=('ncurses-devel')
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
sha256sums=('d06f7e25f1ba0936f27f3d34401cc9eaa50ccc5a5e70ad5659e5014f04691e67') sha256sums=('33a9618f32b35b5b8c64483884f9ad09963ca8465b2935def79159028e27b2c0'
'SKIP')
validpgpkeys=('22349CDBE5227D2108A5667799DC5E4DB05F6BE2') # xaizek <xaizek@posteo.net>
build() { build() {
cd "${srcdir}"/${pkgname}-${pkgver} cd "${srcdir}"/${pkgname}-${pkgver}