summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2017-09-18 11:36:06 +1000
committerWesley Moore2017-09-18 11:36:06 +1000
commit524e34c9bfb829413c6ae4584c9a1ce58c18343f (patch)
tree1d1a871a863391350c2c98150df9e9ec2d7701e7
parent011e49d19f0d54e02c911a2f22dd3967f636b0a3 (diff)
downloadaur-524e34c9bfb829413c6ae4584c9a1ce58c18343f.tar.gz
Remove stray comma in conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ca980a4271..a373967d61d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fd-rs-git
pkgdesc = A simple, fast and user-friendly alternative to find.
pkgver = 119
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sharkdp/fd
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = fd-rs-git
makedepends = cargo
makedepends = git
provides = fd-rs
- conflicts = fd,
+ conflicts = fd
conflicts = fd-rs
source = git+https://github.com/sharkdp/fd.git
md5sums = SKIP
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")