summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9de834fa380..ec5c31f3f02e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = bash-fuzzy-clock-git
license = OSL
makedepends = git
depends = bash
+ conflicts = bash-fuzzy-clock
replaces = bash-fuzzy-clock
source = git://github.com/coreymwamba/bash-fuzzy-clock
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 255c425140ac..fcf7621893c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,13 @@ pkgrel=1
pkgbase=bash-fuzzy-clock-git
pkgdesc="Script to display the time in natural language. Translated to six languages"
replaces=('bash-fuzzy-clock')
+conflicts=('bash-fuzzy-clock')
arch=('any')
url="https://github.com/coreymwamba/bash-fuzzy-clock"
license=('OSL')
makedepends=('git')
depends=('bash')
+
source=('git://github.com/coreymwamba/bash-fuzzy-clock')
md5sums=('SKIP')
pkgver() {