mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-text2vec: auto updated to 0.6.4-1
This commit is contained in:
parent
ba597d89a1
commit
55028950f3
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=text2vec
|
||||
_pkgver=0.6.3
|
||||
_pkgver=0.6.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.6.3
|
||||
pkgrel=2
|
||||
pkgver=0.6.4
|
||||
pkgrel=1
|
||||
pkgdesc='Modern Text Mining Framework for R'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -32,7 +32,7 @@ optdepends=(
|
|||
r-udpipe
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('c713a947a99be9fd732e7d58680207a922eae30adf5a4e8973ebcd7e56f327c2')
|
||||
sha256sums=('50d8086d9937532266ae683f446107bb23cd07bfce0873a2028c7ff8c9dd546a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue