summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2017-09-18 11:34:25 +1000
committerWesley Moore2017-09-18 11:34:25 +1000
commit011e49d19f0d54e02c911a2f22dd3967f636b0a3 (patch)
tree0f9501c6f614673b1a0192a9f0c2a3d395626369
parentbb557c0655c8a7282cc3a568b66bd9bdf24adc9c (diff)
downloadaur-011e49d19f0d54e02c911a2f22dd3967f636b0a3.tar.gz
Add conflicts and provides for fd-rs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5e817c69553..55ca980a4271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fd-rs-git
pkgdesc = A simple, fast and user-friendly alternative to find.
- pkgver = 86
+ pkgver = 119
pkgrel = 1
url = https://github.com/sharkdp/fd
arch = i686
@@ -9,7 +9,9 @@ pkgbase = fd-rs-git
makedepends = rust
makedepends = cargo
makedepends = git
- conflicts = fd
+ provides = fd-rs
+ conflicts = fd,
+ conflicts = fd-rs
source = git+https://github.com/sharkdp/fd.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a925aadf83d8..3e2aa7b23798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Wesley Moore <wes@wezm.net>
_pkgname=fd
pkgname=fd-rs-git
-pkgver=86
+pkgver=119
pkgrel=1
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')
+conflicts=('fd', 'fd-rs')
+provides=('fd-rs')
makedepends=('rust' 'cargo' 'git')
source=("git+https://github.com/sharkdp/fd.git")
md5sums=('SKIP')