use https

This commit is contained in:
sukanka 2022-12-24 20:23:52 +08:00
parent 4d08198447
commit d7d035df85
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
pkgbase = stanc
pkgdesc = A package for obtaining Bayesian inference using the No-U-Turn sampler, a variant of Hamiltonian Monte Carlo.
pkgver = 2.31.0
pkgrel = 1
url = http://mc-stan.org/
pkgrel = 2
url = https://mc-stan.org/
arch = i686
arch = x86_64
license = BSD

View file

@ -4,9 +4,9 @@
pkgname='stanc'
pkgdesc="A package for obtaining Bayesian inference using the No-U-Turn sampler, a variant of Hamiltonian Monte Carlo."
pkgver=2.31.0
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
url='http://mc-stan.org/'
url='https://mc-stan.org/'
license=('BSD')
depends=('gcc-libs')
makedepends=('texlive-bin' 'texlive-core' 'doxygen'