pkgname=julia-git-hypothesistests-src
pkgver=0.11.8
_commit=6ea77b7d2e3e0bcea0930e277f577dbf4aefa427
pkgrel=1
pkgdesc="HypothesisTests.jl"
url="https://github.com/JuliaStats/HypothesisTests.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaStats/HypothesisTests.jl.git#commit=$_commit")
sha256sums=('ff28dd5411b24a06b59f5ad9b614fdf9f7c42df1da8aa94c2efee3d1e4374a9b')

package() {
  cd HypothesisTests.jl

  JULIA_INSTALL_SRCPKG=1 . /usr/lib/julia/julia-install-pkg.sh HypothesisTests "${pkgdir}" "${pkgname}" julia-git
}
