mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fd to 8.7.1-1
This commit is contained in:
parent
7378e2d5fb
commit
7983198c99
2 changed files with 7 additions and 7 deletions
|
@ -1,14 +1,14 @@
|
|||
pkgbase = fd
|
||||
pkgdesc = Simple, fast and user-friendly alternative to find
|
||||
pkgver = 8.7.0
|
||||
pkgrel = 2
|
||||
pkgver = 8.7.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/sharkdp/fd
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
license = APACHE
|
||||
makedepends = rust
|
||||
depends = gcc-libs
|
||||
source = fd-8.7.0.tar.gz::https://github.com/sharkdp/fd/archive/v8.7.0.tar.gz
|
||||
sha512sums = 911b9b718f584bed7e569e11f098ede5effdb74822debca677b555e02032844ee7dd5644a5d7ad2d138d358025e08c02590a2ae2e99e8bac4ab1c88835e84c50
|
||||
source = fd-8.7.1.tar.gz::https://github.com/sharkdp/fd/archive/v8.7.1.tar.gz
|
||||
sha512sums = 4faef4a21771d50c8446aa14720669091d9760fd5712555af3012e5691958d8047608349cc7d200992ca32758870ed5c934d7503684096b9fa97be4ce70fbebb
|
||||
|
||||
pkgname = fd
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# systems with 16k or 64k page size
|
||||
|
||||
pkgname=fd
|
||||
pkgver=8.7.0
|
||||
pkgrel=2
|
||||
pkgver=8.7.1
|
||||
pkgrel=1
|
||||
pkgdesc='Simple, fast and user-friendly alternative to find'
|
||||
arch=('x86_64')
|
||||
url=https://github.com/sharkdp/fd
|
||||
|
@ -16,7 +16,7 @@ license=('MIT' 'APACHE')
|
|||
depends=('gcc-libs')
|
||||
makedepends=('rust')
|
||||
source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('911b9b718f584bed7e569e11f098ede5effdb74822debca677b555e02032844ee7dd5644a5d7ad2d138d358025e08c02590a2ae2e99e8bac4ab1c88835e84c50')
|
||||
sha512sums=('4faef4a21771d50c8446aa14720669091d9760fd5712555af3012e5691958d8047608349cc7d200992ca32758870ed5c934d7503684096b9fa97be4ce70fbebb')
|
||||
|
||||
build() {
|
||||
cd fd-$pkgver
|
||||
|
|
Loading…
Reference in a new issue