mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dfoptim: use md5 and b2sum
This commit is contained in:
parent
618b09a73e
commit
3152b66f9f
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ depends=(
|
|||
optdepends=(
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('c436a6d866c94fc71e71a1f6a39bee9245aea1a062dc8dba3b2b229b88d05c30')
|
||||
md5sums=('fa0cc871a9d611318ecf2e1f671f10a6')
|
||||
b2sums=('3fc51d9fd8e63d71228ed3f708de15a5d3a32ccc9a4c631f219044516cd36f753b1f55df29e1cc878b5577f9534e01b20cd078006256feeced73f0b01e050bfe')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue