summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-05-04 20:36:46 +0300
committerViktor Drobot2020-05-04 20:36:46 +0300
commit65d555425ff941b1768b149d03f927f041159c7e (patch)
tree195749a76c83b0487d757763bce5a0fd10356bca /PKGBUILD
parent15c4af729a3c387285e0f80150c12a9b31d656c1 (diff)
downloadaur-65d555425ff941b1768b149d03f927f041159c7e.tar.gz
Update 1.5-7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74ec00155684..740295096635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: frichtlm <frichtlm@gmail.com>
_cranname=mnormt
-_cranver=1.5-6
+_cranver=1.5-7
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +13,7 @@ license=(GPL2 GPL3)
depends=('r>=2.2.0')
makedepends=(gcc gcc-fortran)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('baf4a66a61ab3193c81a130e202cba8d')
+md5sums=('a73c1bad27f080cd37337f485b244525')
build() {
cd "${srcdir}"