summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e6bcacb8819..c15209cf7743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=vcdExtra
-_pkgver=0.8-4
+_pkgver=0.8-5
pkgname=r-${_pkgname,,}
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc="'vcd' Extensions and Additions"
arch=('any')
@@ -44,7 +44,7 @@ optdepends=(
r-vgam
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('eb4fb18383ec04531c04ee7bcd0879e1daf25d9110323be3865586119ab47077')
+sha256sums=('515cc1ba34c34248abec34a0394fb5cd09671e9a231e673ab1fd6013bd757726')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"