summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fdedd1795d2..f553c8343bcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,6 @@ pkgbase = cheat
optdepends = fish: for fish completions
conflicts = python-cheat
conflicts = cheat-bash-git
- conflicts = cheat-git
replaces = python-cheat
backup = etc/cheat/conf.yml
source = cheat-3.8.0.tar.gz::https://github.com/cheat/cheat/archive/3.8.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 98bc18a0e3cf..fa223e1926b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('go-pie' 'git' 'pandoc')
optdepends=('bash-completion: for bash completions'
'fzf: Fuzzy Finder integration for bash-completion'
'fish: for fish completions')
-conflicts=("python-$pkgname" "$pkgname-bash-git" "$pkgname-git")
+conflicts=("python-$pkgname" "$pkgname-bash-git")
replaces=("python-$pkgname")
backup=("etc/$pkgname/conf.yml")
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz"