mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tokenizers: auto updated to 0.2.3-1
This commit is contained in:
parent
dfeadf714a
commit
cec28c0a40
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=tokenizers
|
_pkgname=tokenizers
|
||||||
_pkgver=0.2.1
|
_pkgver=0.2.3
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.2.1
|
pkgver=0.2.3
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc='Fast, Consistent Tokenization of Natural Language Text'
|
pkgdesc='Fast, Consistent Tokenization of Natural Language Text'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -23,7 +23,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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=('28617cdc5ddef5276abfe14a2642999833322b6c34697de1d4e9d6dc7670dd00')
|
sha256sums=('626d6b48b79dc4c3c130aebe201aac620f93665e0c5a890c3b6ca25c465f4207')
|
||||||
|
|
||||||
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