aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpencer Rinehart2017-01-04 07:06:12 -0600
committerSpencer Rinehart2017-01-04 07:06:12 -0600
commite7582da03274602068c4b0510246903ee477bb49 (patch)
tree3ec66c9b8c85328047b8d06b5cc28be49393bdd3
parentd59cf42ba21a26fa2fe0d6715c663eac079dc35a (diff)
downloadaur-e7582da03274602068c4b0510246903ee477bb49.tar.gz
Change to https urls.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--README.md4
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77e2f5f81ffa..8a507f63b7a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Aug 15 02:56:52 UTC 2016
+# Wed Jan 4 13:05:00 UTC 2017
pkgbase = php-imagick
pkgdesc = PHP extension for IMagick
pkgver = 3.4.3RC1
- pkgrel = 1
- url = http://pecl.php.net/package/imagick
+ pkgrel = 2
+ url = https://pecl.php.net/package/imagick
install = php-imagick.install
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = php-imagick
depends = php>=5.4.0
depends = imagemagick>=6.5.3
backup = etc/php/conf.d/imagick.ini
- source = http://pecl.php.net/get/imagick-3.4.3RC1.tgz
+ source = https://pecl.php.net/get/imagick-3.4.3RC1.tgz
md5sums = 32042fc3043f013047927de21ff15a47
pkgname = php-imagick
diff --git a/PKGBUILD b/PKGBUILD
index e5ef1750a279..3764b9306643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=php-imagick
_extname=imagick
pkgver=3.4.3RC1
-pkgrel=1
+pkgrel=2
pkgdesc="PHP extension for IMagick"
arch=('i686' 'x86_64')
-url="http://pecl.php.net/package/${_extname}"
+url="https://pecl.php.net/package/${_extname}"
license=('PHP')
depends=('php>=5.4.0' 'imagemagick>=6.5.3')
backup=("etc/php/conf.d/${_extname}.ini")
install="php-${_extname}.install"
-source=("http://pecl.php.net/get/${_extname}-${pkgver}.tgz")
+source=("https://pecl.php.net/get/${_extname}-${pkgver}.tgz")
md5sums=('32042fc3043f013047927de21ff15a47')
build() {
diff --git a/README.md b/README.md
index fb26394078b6..059eadd5804e 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ php-imagick-aur is licensed under the MIT license. See [LICENSE] for the full
license text.
[AUR]: https://aur.archlinux.org/
-[imagick]: http://pecl.php.net/package/imagick
+[imagick]: https://pecl.php.net/package/imagick
[makepkg]: https://wiki.archlinux.org/index.php/Makepkg
[Docker]: https://www.docker.com/
-[Docker Compose]: http://docs.docker.com/compose/
+[Docker Compose]: https://docs.docker.com/compose/
[LICENSE]: https://github.com/nubs/php-imagick-aur/blob/master/LICENSE