mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-qs: auto updated to 0.25.6-1
This commit is contained in:
parent
946e444ef9
commit
78c0bdba60
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=qs
|
||||
_pkgver=0.25.5
|
||||
_pkgver=0.25.6
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.25.5
|
||||
pkgrel=2
|
||||
pkgver=0.25.6
|
||||
pkgrel=1
|
||||
pkgdesc='Quick Serialization of R Objects'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3f87388708a0fdfb0e68caade75ed771fd395cb4f649973459bc97f41d42064c')
|
||||
sha256sums=('ac1e0041fbdd75c454d61305b5c14300b1e3f51a9b824ede2dcacf8312a62aee')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue