mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-geepack: auto updated to 1.3.11-1
This commit is contained in:
parent
a305014707
commit
cbde3b2b0b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=geepack
|
||||
_pkgver=1.3.10
|
||||
_pkgver=1.3.11
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.3.10
|
||||
pkgrel=2
|
||||
pkgver=1.3.11
|
||||
pkgrel=1
|
||||
pkgdesc='Generalized Estimating Equation Package'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
r-magrittr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('4a38923b3697fd5e6488075224b63ef10195a29223e73a40e969f7db63215f42')
|
||||
sha256sums=('29e2f0d314e75de748f33438b5b1282f469d163e29534c61616c257b2955e478')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue