mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-writexl: auto updated to 1.4.1-1
This commit is contained in:
parent
c4bdd5cbb3
commit
beca4cacea
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=writexl
|
||||
_pkgver=1.4.0
|
||||
_pkgver=1.4.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.4.0
|
||||
pkgrel=5
|
||||
pkgver=1.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="Export Data Frames to Excel 'xlsx' Format"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3e77e37aa5f7eba5456d7f969bab6f89df1f0c7e780934dc2bbdf46291f5df55')
|
||||
sha256sums=('7656b5fa09ea7669f55299db8eb4d18cbab6dfbfee01120bf54dc64ac23d0ee2')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue