summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a3b5112f0c1..440e0d878180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = timer
license = MIT
depends = bash
depends = mpv
- source = git://github.com/yoarch/timer.git
+ source = git+https://github.com/yoarch/timer.git
sha256sums = SKIP
pkgname = timer
diff --git a/PKGBUILD b/PKGBUILD
index 3aacf42cb616..e090fd753bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
depends=('bash' 'mpv')
#makedepends=('')
-source=("git://github.com/yoarch/timer.git")
+source=("git+https://github.com/yoarch/timer.git")
#source#=("file:///$MHOME/dev/aur/timer/timer.tar.gz")
sha256sums=('SKIP')