pkgname=julia-git-blockbandedmatrices-src
pkgver=0.13.5
_commit=102555c00a31373bed036fc320f5bfc4e3b6b6c8
pkgrel=1
pkgdesc="BlockBandedMatrices.jl"
url="https://github.com/JuliaLinearAlgebra/BlockBandedMatrices.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaLinearAlgebra/BlockBandedMatrices.jl.git#commit=$_commit")
sha256sums=('02ef82159e66407411d408dc019df08d05f59072ac9b5f91c7499020fde90f69')

package() {
  cd BlockBandedMatrices.jl

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