mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-summarytools: auto updated to 1.1.0-1
This commit is contained in:
parent
e94b21c99b
commit
31b3d1377e
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=summarytools
|
||||
_pkgver=1.0.1
|
||||
_pkgver=1.1.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.1
|
||||
pkgrel=6
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Tools to Quickly and Neatly Summarize Data'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -35,7 +35,7 @@ optdepends=(
|
|||
r-rstudioapi
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('fdf5a802321821777cebf1c8f3c81f700d690f3713be0eb4890d29191a2b293f')
|
||||
sha256sums=('ea00909da07638c398641f24be62728e19e5393b11c8860eb62df6c568e39f48')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue