summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-09-01 11:03:10 -0700
committerJohnathan Jenkins2017-09-01 11:03:10 -0700
commit6576d0fde5976b74ef4624a620ac4b89638ce77c (patch)
tree965c6a5153e149d5d1766d90dd047171347664d3
parent6a497fb99b87b77352dca3601c1c280099057d5f (diff)
downloadaur-6576d0fde5976b74ef4624a620ac4b89638ce77c.tar.gz
add conflict for ccrypt
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bc3d803078c..29025265cda8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 8 09:33:05 UTC 2017
+# Fri Sep 1 18:03:00 UTC 2017
pkgbase = ccat-git
pkgdesc = Colorizes output for cat.
- pkgver = r115.569fb0d
+ pkgver = r122.561b2d4
pkgrel = 1
url = https://github.com/jingweno/ccat
arch = any
@@ -10,6 +10,7 @@ pkgbase = ccat-git
makedepends = go
makedepends = git
conflicts = ccat
+ conflicts = ccrypt
options = !strip
options = !emptydirs
source = ccat-git::git+https://github.com/jingweno/ccat.git
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() {