mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mkmisc: auto updated to 1.9-1
This commit is contained in:
parent
4ec23c826b
commit
355d073613
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=MKmisc
|
||||
_pkgver=1.8
|
||||
_pkgver=1.9
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.8
|
||||
pkgrel=5
|
||||
pkgver=1.9
|
||||
pkgrel=1
|
||||
pkgdesc='Miscellaneous Functions from M. Kohl'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -28,7 +28,7 @@ optdepends=(
|
|||
r-rmarkdown
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('f4b59779935343b5865558731c0cef2762e00b11ffba0eda2b813b07a4dd24b5')
|
||||
sha256sums=('23f97ab7f80142f870b15d610c2f842e75ffd7ef6a75bb244278f0d29de66d26')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue