summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78aa4ec75610..c2049a8115f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cht.sh-git
pkgdesc = The only cheat sheet you need (command line client for cheat.sh)
pkgver = r586.c4c3a62
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chubin/cheat.sh
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = cht.sh-git
depends = curl
depends = xsel
depends = rlwrap
+ conflicts = cht.sh
source = cht.sh-git::git+https://github.com/chubin/cheat.sh
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 84299f1180a6..c31ac5d8737b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com
pkgname=cht.sh-git
pkgver=r586.c4c3a62
-pkgrel=1
+pkgrel=2
pkgdesc="The only cheat sheet you need (command line client for cheat.sh)"
arch=('any')
url='https://github.com/chubin/cheat.sh'
@@ -9,7 +9,8 @@ license=('MIT')
depends=('curl' 'xsel' 'rlwrap')
makedepends=('git')
source=("$pkgname::git+https://github.com/chubin/cheat.sh")
-sha1sums=(SKIP)
+sha1sums=('SKIP')
+conflicts=('cht.sh')
pkgver() {
cd "$pkgname"