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

Gaëtan Bisson bisson at archlinux.org
Fri Aug 4 09:02:15 UTC 2017


    Date: Friday, August 4, 2017 @ 09:02:15
  Author: bisson
Revision: 248146

use https source

Modified:
  pari/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-04 09:02:09 UTC (rev 248145)
+++ PKGBUILD	2017-08-04 09:02:15 UTC (rev 248146)
@@ -5,7 +5,7 @@
 pkgver=2.9.3
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number theory'
-url='http://pari.math.u-bordeaux.fr/'
+url='https://pari.math.u-bordeaux.fr/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('gmp' 'readline' 'libx11')
@@ -12,7 +12,7 @@
 makedepends=('perl' 'texlive-core')
 optdepends=('perl: gphelp, tex2mail')
 validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
-source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
 sha256sums=('e76a27779d2b1210ce1aba48363b98dd201a1bf876eb14f46ea6bd7769a00a63'
             'SKIP')
 



More information about the arch-commits mailing list