summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-02-14 16:15:58 +0300
committerViktor Drobot2020-02-14 16:15:58 +0300
commitf150715b321ca1621494da10f61ec2184cb3cb6c (patch)
tree34288c6d905fd84e418bbc96a08dee86d11d78ad /PKGBUILD
parente12f0bc70e9f0dae23f5615d6e68c36d32c6b115 (diff)
downloadaur-f150715b321ca1621494da10f61ec2184cb3cb6c.tar.gz
Update 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d25d4eaffc88..0e1841344f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=R.methodsS3
-_cranver=1.7.1
+_cranver=1.8.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=(LGPL2.1 LGPL3)
depends=('r>=2.13.0')
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('c88e815837f268affd4f2a39c737d969')
+md5sums=('97bc4359d74331d5b008ee6b30ed4845')
build() {
cd "${srcdir}"