mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 15:47:36 +01:00
use https
This commit is contained in:
parent
4d08198447
commit
d7d035df85
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue