diff options
author | Thore Boedecker | 2017-05-10 15:56:19 +0200 |
---|---|---|
committer | Thore Boedecker | 2017-05-10 15:56:19 +0200 |
commit | 5fe8412b6240d16818dc04b23f7fb63f0f8ac708 (patch) | |
tree | 9b7c4df91fb0aaef3c52a0dbde8b08616c3192fb | |
parent | 0078d15c54f0ee42fecf06696045f963664a33ee (diff) | |
download | aur-5fe8412b6240d16818dc04b23f7fb63f0f8ac708.tar.gz |
use https for source download
Signed-off-by: Thore Boedecker <me@foxxx0.de>
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Wed May 10 13:41:41 UTC 2017 +# Wed May 10 13:56:14 UTC 2017 pkgbase = php56 pkgdesc = A general-purpose scripting language that is especially suited to web development pkgver = 5.6.30 @@ -32,8 +32,8 @@ pkgbase = php56 makedepends = db makedepends = gmp makedepends = systemd - source = http://php.net/distributions/php-5.6.30.tar.xz - source = http://php.net/distributions/php-5.6.30.tar.xz.asc + source = https://secure.php.net/distributions/php-5.6.30.tar.xz + source = https://secure.php.net/distributions/php-5.6.30.tar.xz.asc source = php.ini.patch source = apache.conf source = php-fpm.conf.in.patch @@ -41,8 +41,8 @@ makedepends=('apache' 'c-client' 'postgresql-libs' 'libldap' 'smtp-forwarder' 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'icu' 'curl' 'libxslt' 'openssl-1.0' 'db' 'gmp' 'systemd') -source=("http://php.net/distributions/${_pkgbase}-${pkgver}.tar.xz" - "http://php.net/distributions/${_pkgbase}-${pkgver}.tar.xz.asc" +source=("https://secure.php.net/distributions/${_pkgbase}-${pkgver}.tar.xz" + "https://secure.php.net/distributions/${_pkgbase}-${pkgver}.tar.xz.asc" 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch' 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles') sha512sums=('fdf503925c236a79cc09bc9e5c06ce5afa7497ccf20ab486389b818a7d84db1b84ac119523b35586f64fff7d198b6c20164910fbf33254b35ec2f41015d9feef' |