pkgname=julia-git-arnoldimethod-src
pkgver=0.4.0
_commit=b3d70c70ee0d1aff2f98d69e46e1191f768953df
pkgrel=1
pkgdesc="ArnoldiMethod.jl"
url="https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl.git#commit=$_commit")
sha256sums=('b130d0c2ecaeafe4d6c3bb97b7f5523c916045c235c8d8262f46b87b632ed23a')

package() {
  cd ArnoldiMethod.jl

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