summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ccbf226f58f..39080c69e7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=matrixcalc
-_pkgver=1.0-5
+_pkgver=1.0-6
pkgname=r-${_pkgname,,}
-pkgver=1.0.5
-pkgrel=7
+pkgver=1.0.6
+pkgrel=1
pkgdesc='Collection of Functions for Matrix Calculations'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -13,7 +13,7 @@ depends=(
r
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5906e1ef06dbc18efc7a4b370adc180ef8941b5438119703bd981d1c76a06fca')
+sha256sums=('0bc7d2f11f62d8b1969474defe27c924a243ccba0c856d585f317f6caa07f326')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"