summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-27 11:37:26 +0000
committerGrey Christoforo2019-11-27 11:37:26 +0000
commit418c7cb108eb39d78516d356dad2924a572256f7 (patch)
tree13723c624e4df8968f81abedc0f22bc2b19b7463
parent525d4cdca55e9d5caea9cec0ce045aa28cf6aa93 (diff)
downloadaur-418c7cb108eb39d78516d356dad2924a572256f7.tar.gz
bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd004643b1c..35774d2dd696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-matrixstats
pkgdesc = Functions that Apply to Rows and Columns of Matrices (and to Vectors)
- pkgver = 0.54.0
+ pkgver = 0.55.0
pkgrel = 1
- url = http://cran.r-project.org/web/packages/matrixStats/index.html
+ url = https://CRAN.R-project.org/package=matrixStats
arch = x86_64
license = GPL3
depends = r
- source = http://cran.r-project.org/src/contrib/matrixStats_0.54.0.tar.gz
- md5sums = bb752e0e4a1c8ef78f3ed99e918d1a17
+ source = http://cran.r-project.org/src/contrib/matrixStats_0.55.0.tar.gz
+ md5sums = 860aa7af56ddb598268cbca7921e2d4c
pkgname = r-matrixstats
diff --git a/PKGBUILD b/PKGBUILD
index ee11bfe235d0..c0b748319a0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Contributor: Grey Christoforo <first name at last name dot net>
pkgname=r-matrixstats
_cran_name=matrixStats
-pkgver=0.54.0
+pkgver=0.55.0
pkgrel=1
pkgdesc="Functions that Apply to Rows and Columns of Matrices (and to Vectors)"
arch=('x86_64')
-url="http://cran.r-project.org/web/packages/${_cran_name}/index.html"
+url="https://CRAN.R-project.org/package=${_cran_name}"
license=('GPL3')
depends=('r')
source=("http://cran.r-project.org/src/contrib/${_cran_name}_${pkgver}.tar.gz")
-md5sums=('bb752e0e4a1c8ef78f3ed99e918d1a17')
+md5sums=('860aa7af56ddb598268cbca7921e2d4c')
package() {
mkdir -p $pkgdir/usr/lib/R/library