extra/fd to 9.0.0-2

This commit is contained in:
Kevin Mihelich 2024-03-13 12:58:11 +00:00
parent 47f9febdce
commit 512dbfa715
3 changed files with 10 additions and 5 deletions

View file

@ -1,11 +1,11 @@
pkgbase = fd
pkgdesc = Simple, fast and user-friendly alternative to find
pkgver = 9.0.0
pkgrel = 1
pkgrel = 2
url = https://github.com/sharkdp/fd
arch = x86_64
license = MIT
license = APACHE
license = Apache-2.0
makedepends = rust
depends = gcc-libs
source = fd-9.0.0.tar.gz::https://github.com/sharkdp/fd/archive/v9.0.0.tar.gz

5
extra/fd/.nvchecker.toml Normal file
View file

@ -0,0 +1,5 @@
[fd]
source = "github"
github = "sharkdp/fd"
prefix = "v"
use_latest_release = true

View file

@ -1,5 +1,5 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
# Contributor: Maxim Baz <archlinux at maximbaz dot com>
# Contributor: Daniel M. Capella <polyzen@archlinux.info>
# ALARM:
@ -8,11 +8,11 @@
pkgname=fd
pkgver=9.0.0
pkgrel=1
pkgrel=2
pkgdesc='Simple, fast and user-friendly alternative to find'
arch=('x86_64')
url=https://github.com/sharkdp/fd
license=('MIT' 'APACHE')
license=('MIT' 'Apache-2.0')
depends=('gcc-libs')
makedepends=('rust')
source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")