summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c86686e5beb..e603ee95251c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=tealdeer-git
_name=tealdeer
pkgver=r108.2d1caf2
-pkgrel=1
+pkgrel=2
pkgdesc="A fast TLDR client written in Rust."
arch=('x86_64' 'i686')
url="https://github.com/dbrgn/tealdeer"
-license=('MIT', 'Apache')
+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=('tldr-rs' 'tldr-rs-git' 'nodejs-tldr' 'nodejs-tldr-git' 'tldr-cpp-client' 'tldr-git')
options=(!emptydirs)
source=('git+https://github.com/dbrgn/tealdeer')
md5sums=('SKIP')