mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rapiserialize: auto updated to 0.1.2-1
This commit is contained in:
parent
951e9d13db
commit
0b5cdd6b3e
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=RApiSerialize
|
||||
_pkgver=0.1.1
|
||||
_pkgver=0.1.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.1
|
||||
pkgrel=5
|
||||
pkgver=0.1.2
|
||||
pkgrel=1
|
||||
pkgdesc='R API Serialization'
|
||||
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=('b7d319069cca964c2da61a50dc3984a974f8a019dfc78ad66af72c58b4e9713e')
|
||||
sha256sums=('9cc0bbb918eeadb394339c64b15324e8123fbb0061692f40102b111417a2600a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue