summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b50fb2499d..e7579d8321f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rsnns
pkgdesc = Neural Networks using the Stuttgart Neural Network Simulator (SNNS)
- pkgver = 0.4.16
+ pkgver = 0.4.17
pkgrel = 1
url = https://cran.r-project.org/package=RSNNS
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = r-rsnns
depends = r-rcpp
optdepends = r-neuralnettools
optdepends = r-scatterplot3d
- source = https://cran.r-project.org/src/contrib/RSNNS_0.4-16.tar.gz
- sha256sums = 1a215fdb04a39e94eb3c21a9e66dff76f089d3310cb585cdfba5a66253a232d8
+ source = https://cran.r-project.org/src/contrib/RSNNS_0.4-17.tar.gz
+ sha256sums = 424557d7326889e09e31e04d2a9b7224bed0bb4aa6f9e5433d7ce4fe04a35afc
pkgname = r-rsnns
diff --git a/PKGBUILD b/PKGBUILD
index e77591d35796..c628015d2716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RSNNS
-_pkgver=0.4-16
+_pkgver=0.4-17
pkgname=r-${_pkgname,,}
-pkgver=0.4.16
+pkgver=0.4.17
pkgrel=1
pkgdesc='Neural Networks using the Stuttgart Neural Network Simulator (SNNS)'
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=(
r-scatterplot3d
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1a215fdb04a39e94eb3c21a9e66dff76f089d3310cb585cdfba5a66253a232d8')
+sha256sums=('424557d7326889e09e31e04d2a9b7224bed0bb4aa6f9e5433d7ce4fe04a35afc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"