[arch-commits] Commit in php-apcu/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Nov 20 10:00:46 UTC 2016


    Date: Sunday, November 20, 2016 @ 10:00:45
  Author: pierre
Revision: 281656

Use https

Modified:
  php-apcu/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-20 09:58:32 UTC (rev 281655)
+++ PKGBUILD	2016-11-20 10:00:45 UTC (rev 281656)
@@ -6,10 +6,10 @@
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A userland caching module for PHP'
-url='http://pecl.php.net/package/APCu'
+url='https://pecl.php.net/package/APCu'
 depends=('php')
 license=('PHP')
-source=("http://pecl.php.net/get/apcu-$pkgver.tgz"
+source=("https://pecl.php.net/get/apcu-$pkgver.tgz"
         'apcu.ini')
 backup=('etc/php/conf.d/apcu.ini')
 md5sums=('7803b58fab6ecfe847ef5b9be6825dea'



More information about the arch-commits mailing list