mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bbmle: auto updated to 1.0.25-1
This commit is contained in:
parent
eb1ca6e0bc
commit
f9cb741dc0
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=bbmle
|
||||
_pkgver=1.0.24
|
||||
_pkgver=1.0.25
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.24
|
||||
pkgrel=2
|
||||
pkgver=1.0.25
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for General Maximum Likelihood Estimation'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -28,7 +28,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('01edc00479fabf7491e47ff59bc4adbe6f0d4c23d22e76d1d49c4c1b6b4693ad')
|
||||
sha256sums=('86a8c69902fbf6caf337f9bc532afe89dc2a59dd24287a2423d781797010b255')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue