Date: Tuesday, August 22, 2017 @ 17:08:35 Author: arojas Revision: 252977
https Modified: maxima-ecl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-22 17:08:11 UTC (rev 252976) +++ PKGBUILD 2017-08-22 17:08:35 UTC (rev 252977) @@ -12,7 +12,7 @@ pkgdesc="A sophisticated computer algebra system (compiled against ecl)" arch=(i686 x86_64) license=(GPL) -url="http://maxima.sourceforge.net" +url="https://maxima.sourceforge.net" depends=(ecl-16.1.2 texinfo shared-mime-info) makedepends=(python emacs patch) optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface') @@ -19,7 +19,7 @@ conflicts=(maxima) provides=(maxima) options=(!zipman) # don't zip info pages or they won't work inside maxima -source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" +source=("https://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" "${_pkgname}.desktop" 'build-fasl.patch' 'matrixexp.patch') md5sums=('1b7d3b4f7dfc5eae2fcf79e8987f5f23' '24aa81126fbb8b726854e5a80d4c2415'
