summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis des Landes2017-01-02 09:40:25 +1100
committerLouis des Landes2017-01-02 09:40:25 +1100
commit0fda3ed309f63f705297727176310da61b4c8cb3 (patch)
tree18d6cc30d6522fb06059177e2deb9876a3c4b77a
parentf941d5bfd0c7247d804e0f92ae764db5c73979f2 (diff)
downloadaur-0fda3ed309f63f705297727176310da61b4c8cb3.tar.gz
Change sources to https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf66b07ed27..59f7cbdd0eb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = deepgit
depends = java-environment
depends = hicolor-icon-theme
depends = bash
- source = http://www.syntevo.com/static/smart/download/deepgit/deepgit-linux-1.tar.gz
+ source = https://www.syntevo.com/static/smart/download/deepgit/deepgit-linux-1.tar.gz
source = deepgit.sh
source = deepgit.desktop
sha1sums = 3c682ac4986b47f0d5ef4e03e616929919550683
diff --git a/PKGBUILD b/PKGBUILD
index 6adbbbaf02d0..1d8ce46edcc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Louis des Landes <aur@psykar.com>
pkgname=deepgit
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to investigate the history of source code."
arch=('any')
url="http://www.syntevo.com/deepgit/"
@@ -13,7 +13,7 @@ depends=(
)
source=(
- "http://www.syntevo.com/static/smart/download/$pkgname/$pkgname-linux-$pkgver.tar.gz"
+ "https://www.syntevo.com/static/smart/download/$pkgname/$pkgname-linux-$pkgver.tar.gz"
"deepgit.sh"
"deepgit.desktop"
)