summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenya Sovetkin2018-05-22 11:18:14 +0200
committerJenya Sovetkin2018-05-22 11:18:14 +0200
commit538a1c71cd5c8cb6f839614edfa243789317b455 (patch)
tree6c9697975fe64b590e5c9da40ecf55f2d9cde033
parent9bf8d6fecf7c0df364660a0f1e87ea6d26a93f96 (diff)
downloadaur-538a1c71cd5c8cb6f839614edfa243789317b455.tar.gz
git link? following suggestion in comments
-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