Date: Sunday, February 4, 2018 @ 12:28:04 Author: jlichtblau Revision: 288986
upgpkg: ginac 1.7.3-1 - new upstream release Modified: ginac/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-04 12:18:51 UTC (rev 288985) +++ PKGBUILD 2018-02-04 12:28:04 UTC (rev 288986) @@ -5,16 +5,16 @@ # Contributor: Thomas Baechler <[email protected]> pkgname=ginac -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc="C++ library for symbolic calculations" arch=('x86_64') -url='http://www.ginac.de/' +url='https://www.ginac.de/' license=('GPL') depends=('cln') makedepends=('transfig' 'doxygen' 'texlive-bin' 'python') -source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2) -sha256sums=('24b75b61c5cb272534e35b3f2cfd64f053b28aee7402af4b0e569ec4de21d8b7') +source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2) +sha256sums=('7f6efd7fd1c1a72af1f08b068077be66d0216700ec6f529460899e14c1bbf75e') build() { cd "${srcdir}"/$pkgname-$pkgver
