r-syuzhet: auto updated to 1.0.6-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 02:10:28 +08:00
parent ae163823ca
commit 38c6ae0771

View file

@ -3,7 +3,7 @@
_pkgname=syuzhet
_pkgver=1.0.6
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.0.6
pkgrel=1
pkgdesc='Extracts Sentiment and Sentiment-Derived Plot Arcs from Text'
arch=('any')
@ -30,7 +30,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('fbcb68d060bea5452c4ac60b490c8af039fec6e7d3406505e25100be1a662c9a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"