summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryo2022-11-07 13:44:01 +0100
committeryo2022-11-07 13:55:45 +0100
commit2536553da7c52c651bec84e05634a0f71c7ec588 (patch)
tree7d2474495cf00ea5f12bb0809878c96d64f5d24b /PKGBUILD
parentd6c1d286c4097be3052b42c95467ec95a1020bde (diff)
downloadaur-2536553da7c52c651bec84e05634a0f71c7ec588.tar.gz
Adding source https option to fix AUR install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')