summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanilo Bargen2018-02-11 01:17:27 +0100
committerDanilo Bargen2018-02-11 01:17:27 +0100
commitcedf564e609f08c790178ffd98788556ddfd1083 (patch)
tree56fcef30ba4a85825d10f367d086490bc22e831e /PKGBUILD
parent0cdc46ad98534a56f4556408ef93c47982a4f872 (diff)
downloadaur-cedf564e609f08c790178ffd98788556ddfd1083.tar.gz
Update package conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e603ee95251c..02fa717dd3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tealdeer-git
_name=tealdeer
pkgver=r108.2d1caf2
-pkgrel=2
+pkgrel=3
pkgdesc="A fast TLDR client written in Rust."
arch=('x86_64' 'i686')
url="https://github.com/dbrgn/tealdeer"
@@ -10,7 +10,8 @@ license=('MIT' 'Apache')
depends=('')
makedepends=('git' 'rust' 'cargo')
provides=('tldr')
-conflicts=('tldr-rs' 'tldr-rs-git' 'nodejs-tldr' 'nodejs-tldr-git' 'tldr-cpp-client' 'tldr-git')
+conflicts=('nodejs-tldr' 'nodejs-tldr-git' 'tealdeer' 'tldr-bash-git' 'tldr-cpp-client'
+ 'tldr-git' 'tldr-go-client-git' 'tldr-python-client')
options=(!emptydirs)
source=('git+https://github.com/dbrgn/tealdeer')
md5sums=('SKIP')