summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-04-07 23:45:36 -0600
committerMark Wagie2020-04-07 23:45:36 -0600
commit1c7f32a3d4773c0552b2fd0eacb9da53cc5394e3 (patch)
tree02b35b1a7b3cb2bee881da75a1fcc4792293e0bc
parent6de58086de49b3afe553aac0adc6cfb61890b16d (diff)
downloadaur-1c7f32a3d4773c0552b2fd0eacb9da53cc5394e3.tar.gz
add zsh-completions to conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72876514a18c..47f699bf7901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cheat-git
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
- pkgver = 3.8.0.r0.g3e67eaa
- pkgrel = 2
+ pkgver = 3.9.0.r0.gc4dd3b5
+ pkgrel = 1
url = https://github.com/cheat/cheat
arch = arm
arch = armv6h
@@ -18,6 +18,7 @@ pkgbase = cheat-git
conflicts = cheat
conflicts = cheat-bash-git
conflicts = python-cheat
+ conflicts = zsh-completions
backup = etc/cheat-git/conf.yml
source = git+https://github.com/cheat/cheat.git
source = conf.yml
diff --git a/PKGBUILD b/PKGBUILD
index 0083d7ffaa2d..13651d25fe25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
# Contributor: Quan Guo < guotsuan@gmail.com>
pkgname=cheat-git
-pkgver=3.8.0.r0.g3e67eaa
-pkgrel=2
+pkgver=3.9.0.r0.gc4dd3b5
+pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('arm' 'armv6h' 'armv7h' 'x86_64')
url="https://github.com/cheat/cheat"
@@ -13,7 +13,8 @@ makedepends=('git' 'go-pie' 'pandoc')
optdepends=('fzf: for Fuzzy Finder integration'
'bash-completion: for bash completions')
provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bash-git" "python-${pkgname%-git}")
+conflicts=("${pkgname%-git}" "${pkgname%-git}-bash-git" "python-${pkgname%-git}"
+ 'zsh-completions')
backup=("etc/$pkgname/conf.yml")
source=('git+https://github.com/cheat/cheat.git'
'conf.yml'