mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-distributionutils: auto updated to 0.6.1-1
This commit is contained in:
parent
cce8c1e518
commit
7c6950e2f5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=DistributionUtils
|
||||
_pkgver=0.6-0
|
||||
_pkgver=0.6-1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.6.0
|
||||
pkgrel=2
|
||||
pkgver=0.6.1
|
||||
pkgrel=1
|
||||
pkgdesc='Distribution Utilities'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('7443d6cd154760d55b6954142908eae30385672c4f3f838dd49876ec2f297823')
|
||||
sha256sums=('31e79eaa8871b0b9fb8ac63a3fbd852f9ed3047bc584c233ac030b50e1b963d7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue