mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-classint: auto updated to 0.4.11-1
This commit is contained in:
parent
ddf47d6d30
commit
c08b6776cb
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=classInt
|
||||
_pkgver=0.4-10
|
||||
_pkgver=0.4-11
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.4.10
|
||||
pkgrel=2
|
||||
pkgver=0.4.11
|
||||
pkgrel=1
|
||||
pkgdesc='Choose Univariate Class Intervals'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('c3561eafbc493ac02840191d4f1e4d2ef437ca8eb20f41fc5eca28f00ee42b8b')
|
||||
sha256sums=('8d366844cf7f951cc5b65423c3ccf50ebc3c11cf9d1fc90f8208e7d869c5d0a6')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue