r-rsnns: auto updated to 0.4.16-1

This commit is contained in:
BioArchLinuxBot 2023-05-09 12:05:27 +00:00
parent ea193b6de3
commit b4c7da1ded

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RSNNS
_pkgver=0.4-15
_pkgver=0.4-16
pkgname=r-${_pkgname,,}
pkgver=0.4.15
pkgrel=2
pkgver=0.4.16
pkgrel=1
pkgdesc='Neural Networks using the Stuttgart Neural Network Simulator (SNNS)'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -18,7 +18,7 @@ optdepends=(
r-scatterplot3d
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4a4286444f50b28fb6294b8b49250fa6c43c8fddf2ee0550a3ae59a4212ec1b3')
sha256sums=('1a215fdb04a39e94eb3c21a9e66dff76f089d3310cb585cdfba5a66253a232d8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"