summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-09-01 11:03:10 -0700
committerJohnathan Jenkins2017-09-01 11:03:10 -0700
commit6576d0fde5976b74ef4624a620ac4b89638ce77c (patch)
tree965c6a5153e149d5d1766d90dd047171347664d3 /PKGBUILD
parent6a497fb99b87b77352dca3601c1c280099057d5f (diff)
downloadaur-6576d0fde5976b74ef4624a620ac4b89638ce77c.tar.gz
add conflict for ccrypt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edb6e4980467..fca57681aa09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=ccat-git
-pkgver=r115.569fb0d
+pkgver=r122.561b2d4
pkgrel=1
pkgdesc="Colorizes output for cat."
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/jingweno/ccat"
license=('CUSTOM')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
-conflicts=('ccat')
+conflicts=('ccat' 'ccrypt')
source=($pkgname::git+https://github.com/jingweno/ccat.git)
md5sums=('SKIP')
pkgver() {