summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e268eb6c2724..7da1cd259c6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Sep 1 18:00:58 UTC 2017
pkgbase = ccat
pkgdesc = Colorizes output for cat.
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jingweno/ccat
arch = any
license = CUSTOM
makedepends = go
makedepends = git
conflicts = ccat-git
+ conflicts = ccrypt
options = !strip
options = !emptydirs
source = https://github.com/jingweno/ccat/archive/v1.1.0.tar.gz
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')