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 9a7f80c6b397..c8275a2af51f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = ripmime
url = https://github.com/inflex/ripMIME
arch = any
license = BSD
- source = git+git://github.com/inflex/ripMIME
+ source = git+https://github.com/inflex/ripMIME
md5sums = SKIP
pkgname = ripmime
diff --git a/PKGBUILD b/PKGBUILD
index 6e244f779b51..6d6b5827f901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(any)
license=('BSD')
pkgdesc="Tool to extract the attached files out of a MIME package"
url="https://github.com/inflex/ripMIME"
-source=('git+git://github.com/inflex/ripMIME')
+source=('git+https://github.com/inflex/ripMIME')
md5sums=('SKIP')
_gitname=ripMIME