summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24950f6f1ff2..30c966d5ef60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = colormake-git
pkgdesc = Colorize the output of make
pkgver = 0.9.20140503.r19.g93dd19b
- pkgrel = 2
+ pkgrel = 3
url = https://bre.klaki.net/programs/colormake/
arch = any
license = GPL2
makedepends = git
depends = perl
depends = bash
- provides = colormake
+ provides = colormake=0.9.20140503.r19.g93dd19b
conflicts = colormake
source = git+https://github.com/pagekite/Colormake.git
sha256sums = SKIP
pkgname = colormake-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1eda1ba3cd7b..2bd9c757df53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=colormake-git
pkgver=0.9.20140503.r19.g93dd19b
-pkgrel=2
+pkgrel=3
pkgdesc="Colorize the output of make"
arch=('any')
url="https://bre.klaki.net/programs/colormake/"
license=('GPL2')
depends=('perl' 'bash')
makedepends=('git')
-provides=('colormake')
+provides=("colormake=$pkgver")
conflicts=('colormake')
source=("git+https://github.com/pagekite/Colormake.git")
sha256sums=('SKIP')