diff options
Diffstat (limited to 'community/php7-amqp/APKBUILD')
-rw-r--r-- | community/php7-amqp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-amqp/APKBUILD b/community/php7-amqp/APKBUILD index 6762486773..47d8da001f 100644 --- a/community/php7-amqp/APKBUILD +++ b/community/php7-amqp/APKBUILD @@ -12,7 +12,7 @@ arch="all" license="PHP" depends="php$_phpver-common" makedepends="php$_phpver-dev autoconf rabbitmq-c-dev" -source="$pkgname-$pkgver.tgz::http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" +source="$pkgname-$pkgver.tgz::https://pecl.php.net/get/$_pkgreal-$pkgver.tgz" options="!check" # it seems that tests need running AMQP server builddir="$srcdir/$_pkgreal-$pkgver" |