nnn: makedep on pkgconf
the makefile complains about it: https://github.com/msys2/MSYS2-packages/pull/5282#issuecomment-2758932197
This commit is contained in:
parent
b39e0103a9
commit
8d22551c2a
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=nnn
|
pkgname=nnn
|
||||||
pkgver=5.1
|
pkgver=5.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="The fastest terminal file manager ever written."
|
pkgdesc="The fastest terminal file manager ever written."
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url='https://github.com/jarun/nnn'
|
url='https://github.com/jarun/nnn'
|
||||||
@ -21,7 +21,7 @@ optdepends=(
|
|||||||
'unzip: for zip archive format'
|
'unzip: for zip archive format'
|
||||||
'rclone: mount remotes'
|
'rclone: mount remotes'
|
||||||
)
|
)
|
||||||
makedepends=(gcc libreadline-devel ncurses-devel)
|
makedepends=(gcc libreadline-devel ncurses-devel pkgconf)
|
||||||
source=("https://github.com/jarun/nnn/releases/download/v${pkgver}/nnn-v${pkgver}.tar.gz")
|
source=("https://github.com/jarun/nnn/releases/download/v${pkgver}/nnn-v${pkgver}.tar.gz")
|
||||||
sha256sums=('c88af1c6eea22e0638a617da2e3103cc1d9b4b3817404db7ca2cb2c05208ec45')
|
sha256sums=('c88af1c6eea22e0638a617da2e3103cc1d9b4b3817404db7ca2cb2c05208ec45')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user