mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gmp: auto updated to 0.6.8-1
This commit is contained in:
parent
3682cc8965
commit
1841736120
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=gmp
|
||||
_pkgver=0.6-7
|
||||
_pkgver=0.6-8
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.6.7
|
||||
pkgver=0.6.8
|
||||
pkgrel=1
|
||||
pkgdesc='Multiple Precision Arithmetic'
|
||||
arch=('x86_64')
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
r-round
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('6333fe691f267aa29f8078f7f738dda50c496f660357276fd33e28d607363f85')
|
||||
sha256sums=('8e31d5fafac05cc366f6e327f70c3f9f95dccee3c6c7ab05178b39241c406a39')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue