summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2017-12-07 16:36:44 +0100
committerNarrat2017-12-07 16:36:44 +0100
commitdaf2c844b7b804953c3c5fa294ca336acafd1a54 (patch)
treeb8765b376565fd13efbe2e85311764d8955a329b
parentadb973619e0f5d4c67de26082dcb5496dc9fbe14 (diff)
downloadaur-daf2c844b7b804953c3c5fa294ca336acafd1a54.tar.gz
Sypheed: Use https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e3e60e5c3f7..36d73d49f30c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = sylpheed-lite
pkgdesc = Lightweight in lightweight and user-friendly e-mail client
pkgver = 3.6.0
pkgrel = 1
- url = http://sylpheed.sraoss.jp/en/
+ url = https://sylpheed.sraoss.jp/en/
arch = i686
arch = x86_64
license = GPL
@@ -11,8 +11,8 @@ pkgbase = sylpheed-lite
depends = desktop-file-utils
conflicts = sylpheed
options = !libtool
- source = http://sylpheed.sraoss.jp/sylpheed/v3.6/sylpheed-3.6.0.tar.gz
- source = http://sylpheed.sraoss.jp/sylpheed/v3.6/sylpheed-3.6.0.tar.gz.asc
+ source = https://sylpheed.sraoss.jp/sylpheed/v3.6/sylpheed-3.6.0.tar.gz
+ source = https://sylpheed.sraoss.jp/sylpheed/v3.6/sylpheed-3.6.0.tar.gz.asc
validpgpkeys = 8CF3A5AC417ADE72B0AA4A835024337CC00C2E26
sha256sums = 126caae4188e41869966e43df8b948955d9555f58752c5576134ff2831b7fbaf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 392df76a76f8..54f935ca3691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ pkgver=3.6.0
pkgrel=1
pkgdesc="Lightweight in lightweight and user-friendly e-mail client"
arch=('i686' 'x86_64')
-url="http://sylpheed.sraoss.jp/en/"
+url="https://sylpheed.sraoss.jp/en/"
license=('GPL')
depends=('gpgme' 'desktop-file-utils')
makedepends=('openssl')
options=('!libtool')
conflicts=('sylpheed')
-source=("http://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.gz"
- "http://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.gz.asc")
+source=("https://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.gz"
+ "https://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.gz.asc")
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26') # Hiroyuki Yamamoto
sha256sums=('126caae4188e41869966e43df8b948955d9555f58752c5576134ff2831b7fbaf'
'SKIP')