summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2020-05-15 11:34:22 +0200
committerSimon Legner2020-05-15 11:34:22 +0200
commit1509a993f887505a5f4347778a78fe492a278f08 (patch)
tree8a79f78b38e223435f082be55dca6aa9107fcc49
parenta00e0c38efe9960567e93527486e84b91f855280 (diff)
downloadaur-1509a993f887505a5f4347778a78fe492a278f08.tar.gz
upgpkg: cht.sh-git r586.c4c3a62-2
conflicts
-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"