pkgname=julia-git-scimljacobianoperators-src
pkgver=0.1.16
_commit=41681c5e40f92a517262cdb7c90d1cd95ed7f1cd
pkgrel=1
pkgdesc="SciMLJacobianOperators.jl"
url="https://github.com/SciML/NonlinearSolve.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/SciML/NonlinearSolve.jl.git#commit=$_commit")
sha256sums=('d480addfc28c5ed6816993afde48c53350754c8831006e0ef7a8f87499310737')

package() {
  cd NonlinearSolve.jl/lib/SciMLJacobianOperators

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