mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fd to 9.0.0-2
This commit is contained in:
parent
47f9febdce
commit
512dbfa715
3 changed files with 10 additions and 5 deletions
|
@ -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
5
extra/fd/.nvchecker.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[fd]
|
||||
source = "github"
|
||||
github = "sharkdp/fd"
|
||||
prefix = "v"
|
||||
use_latest_release = true
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue