summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorepicurious2023-01-19 15:55:23 +0000
committerepicurious2023-01-19 15:55:23 +0000
commit355cdbb512b234873939e0b706874fcba8e17dfd (patch)
tree08d7aba9f1cc4eaef2000303e5c651c036853404
parent6866bb91d6c21ee522adf79d04760a6d19ca521f (diff)
downloadaur-bash-fuzzy-clock-git.tar.gz
edited source to add https
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec5c31f3f02e..54bc4b5402ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,7 @@ pkgbase = bash-fuzzy-clock-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 fcf7621893c0..bb22b9a81d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ 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"