summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2017-09-18 11:36:06 +1000
committerWesley Moore2017-09-18 11:36:06 +1000
commit524e34c9bfb829413c6ae4584c9a1ce58c18343f (patch)
tree1d1a871a863391350c2c98150df9e9ec2d7701e7 /PKGBUILD
parent011e49d19f0d54e02c911a2f22dd3967f636b0a3 (diff)
downloadaur-524e34c9bfb829413c6ae4584c9a1ce58c18343f.tar.gz
Remove stray comma in conflicts
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")