mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-einsum: auto updated to 0.1.2-1
This commit is contained in:
parent
aec185a158
commit
c124dee59c
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=einsum
|
||||
_pkgver=0.1.0
|
||||
_pkgver=0.1.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.0
|
||||
pkgrel=6
|
||||
pkgver=0.1.2
|
||||
pkgrel=1
|
||||
pkgdesc='Einstein Summation'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('fcbc2c4dc7ac3f35cb5d738297cf01b1e50a3274f2bcd29085784d8806032305')
|
||||
sha256sums=('0938297212a8fb532b59a5b1c47a5db90b88bcb381079be7a8fbcefe7e9d091b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue