mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-fansi: auto updated to 1.0.0-1
This commit is contained in:
parent
85dd279970
commit
3190c682cf
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=fansi
|
_pkgname=fansi
|
||||||
_pkgver=0.5.0
|
_pkgver=1.0.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.5.0
|
pkgver=1.0.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='ANSI Control Sequence Aware String Functions'
|
pkgdesc='ANSI Control Sequence Aware String Functions'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -18,7 +18,7 @@ optdepends=(
|
||||||
r-unitizer
|
r-unitizer
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('9d1bf8c316969c163abd3dd41cc1425b2671df9471fe806bf8783794a19ca54f')
|
sha256sums=('8d828a8ba9e411204b27dda7eae6e61af1f55792a0d73597e187542a170b88ca')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue