summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9de834fa380..54bc4b5402ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,9 @@ 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
+ source = git+https://github.com/coreymwamba/bash-fuzzy-clock
md5sums = SKIP
pkgname = bash-fuzzy-clock-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 255c425140ac..bb22b9a81d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,14 @@ 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')
+
+source=('git+https://github.com/coreymwamba/bash-fuzzy-clock')
md5sums=('SKIP')
pkgver() {
cd "$_pkgname"