mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-algdesign: auto updated to 1.2.1-1
This commit is contained in:
parent
5f83540d02
commit
9c2666e0af
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=AlgDesign
|
||||
_pkgver=1.2.0
|
||||
_pkgver=1.2.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.0
|
||||
pkgrel=2
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgdesc='Algorithmic Experimental Design'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('ff86c9e19505770520e7614970ad19c698664d08001ce888b8603e44c2a3b52a')
|
||||
sha256sums=('5989626c526bd7c3d9bdda326c962056879be03392065a0b7ddb9b8cf9309d05')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue