summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2018-08-29 13:02:04 +0200
committerfrederik2018-08-29 13:02:04 +0200
commit1c820d536c4355533e8419d14e9f3457d846e5b5 (patch)
treebf02ae0ec2a9078b5aeb9c70b2541910ed806cf2
parentc0180aac5208f959cce2e02290fbc86a32cfc963 (diff)
downloadaur-1c820d536c4355533e8419d14e9f3457d846e5b5.tar.gz
add https to source url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0951586f7fa4..d7b9360e52b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Thu Aug 17 18:16:18 UTC 2017
pkgbase = tomighty
pkgdesc = Desktop timer for Pomodoro Technique users
pkgver = 0.7.2
@@ -9,7 +7,7 @@ pkgbase = tomighty
license = Apache
makedepends = imagemagick
makedepends = maven
- source = git://github.com/tomighty/tomighty.git#branch=version-0.7
+ source = git+https://github.com/tomighty/tomighty.git#branch=version-0.7
source = tomighty.sh
source = tomighty.desktop
source = https://github.com/ccidral/tomighty/raw/50d0094c024f1923bd0d6ff1bf77572ae5f5b5f6/img/tomato.ico
diff --git a/PKGBUILD b/PKGBUILD
index 267357c01b1c..2fea94375265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url='http://www.tomighty.org/'
license=('Apache')
makedepends=('imagemagick' 'maven')
-source=("git://github.com/tomighty/tomighty.git#branch=version-0.7"
+source=("git+https://github.com/tomighty/tomighty.git#branch=version-0.7"
'tomighty.sh'
'tomighty.desktop'
'https://github.com/ccidral/tomighty/raw/50d0094c024f1923bd0d6ff1bf77572ae5f5b5f6/img/tomato.ico')