summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 385134db042a..d7d84b81bce9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = colormake-git
license = GPL
makedepends = git
depends = perl
+ conflicts = colormake
source = colormake-git::git+https://github.com/pagekite/Colormake.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6cc007dd37e9..a2d5c183f492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="A simple wrapper around make to make it's output more readable"
arch=('i686' 'x86_64')
url="https://github.com/pagekite/Colormake"
license=('GPL')
+conflicts=('colormake')
depends=('perl')
makedepends=('git')
source=("${pkgname}::git+https://github.com/pagekite/Colormake.git")