summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre Schmitz2015-09-10 20:24:15 +0200
committerPierre Schmitz2015-09-10 20:24:23 +0200
commita8f6e8363f08514e1ebbb8729a231f60c801b0ef (patch)
tree2da380b48f7c5be5b13754f418a2d7b8faa45b14 /PKGBUILD
parentf18a46ed25b309be5422f2276df66616c60d7f6f (diff)
downloadaur-a8f6e8363f08514e1ebbb8729a231f60c801b0ef.tar.gz
Use https download links
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a94123ed634c..d6446e80bdec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=('i686' 'x86_64')
pkgdesc='An advanced protection system for PHP installations'
url='http://suhosin.org/'
license=('PHP')
-source=("http://download.suhosin.org/suhosin-${pkgver}.tar.gz"
- "http://download.suhosin.org/suhosin-${pkgver}.tar.gz.sig")
+source=("https://download.suhosin.org/suhosin-${pkgver}.tar.gz"
+ "https://download.suhosin.org/suhosin-${pkgver}.tar.gz.sig")
depends=('php')
checkdepends=('php-cgi')
backup=('etc/php/conf.d/suhosin.ini')