summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorepicurious2023-01-19 15:55:23 +0000
committerepicurious2023-01-19 15:55:23 +0000
commit355cdbb512b234873939e0b706874fcba8e17dfd (patch)
tree08d7aba9f1cc4eaef2000303e5c651c036853404 /PKGBUILD
parent6866bb91d6c21ee522adf79d04760a6d19ca521f (diff)
downloadaur-355cdbb512b234873939e0b706874fcba8e17dfd.tar.gz
edited source to add https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"