summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e2aa7b23798..0af6766a20fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=fd
pkgname=fd-rs-git
pkgver=119
-pkgrel=1
+pkgrel=2
pkgdesc='A simple, fast and user-friendly alternative to find.'
arch=('i686' 'x86_64')
url="https://github.com/sharkdp/fd"
license=('MIT')
depends=()
-conflicts=('fd', 'fd-rs')
+conflicts=('fd' 'fd-rs')
provides=('fd-rs')
makedepends=('rust' 'cargo' 'git')
source=("git+https://github.com/sharkdp/fd.git")