summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-09-01 11:01:07 -0700
committerJohnathan Jenkins2017-09-01 11:01:07 -0700
commitdd32e2d48873072180322bc846323b6734c4bfd7 (patch)
tree6d92fec8e4e8957edb80480d98baec1518a4ebe5 /PKGBUILD
parente9859f0185284d871f772ad110fe5bc5f0425824 (diff)
downloadaur-dd32e2d48873072180322bc846323b6734c4bfd7.tar.gz
add conflict with ccrypt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0daa46859cd..9b876a81a0fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ccat
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Colorizes output for cat."
arch=('any')
url="https://github.com/jingweno/ccat"
license=('CUSTOM')
makedepends=('go' 'git')
-conflicts=('ccat-git')
+conflicts=('ccat-git' 'ccrypt')
options=('!strip' '!emptydirs')
source=("https://github.com/jingweno/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('9ce544810476685c4b7f1220b9e99649')