summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Hicken2018-12-20 14:14:13 +0100
committerJan Hicken2018-12-20 14:14:13 +0100
commit9d76f55f19c4c5fb4ffd9e7748fd2ca3bd3fcbbd (patch)
tree04c48a5ebfed816ca9ad3cc49d76e39fe4b5b13f
parentc5a9b3422066244b14c59bacc21d8be5bf06214b (diff)
downloadaur-9d76f55f19c4c5fb4ffd9e7748fd2ca3bd3fcbbd.tar.gz
Use HTTPS to download sources
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72e0720f6c2d..778522ee6915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=5.9
pkgrel=1
pkgdesc="A perl server for house automation"
arch=('any')
-url='http://fhem.de'
+url='https://fhem.de'
license=('GPL')
depends=('perl-io-socket-ssl' 'perl-json' 'perl-libwww' 'perl-xml-simple' 'perl-xml-libxml')
optdepends=('perl-device-serialport: Communication through serial port'
@@ -16,7 +16,7 @@ optdepends=('perl-device-serialport: Communication through serial port'
backup=('etc/fhem.cfg')
install="${pkgname}.install"
source=(
- "http://fhem.de/${pkgname}-${pkgver}.tar.gz"
+ "https://fhem.de/${pkgname}-${pkgver}.tar.gz"
'fhem.service'
'sysusers.conf'
'tmpfiles.conf'