summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-05-08 20:45:09 +0300
committerViktor Drobot2020-05-08 20:45:09 +0300
commit50c9943394365967bb8908b97c20d299bfad621f (patch)
treefa62d23e3c1f260129da500c42d29eb937565eaa /PKGBUILD
parent234f31a5d513c7a119e328a488dbcaeebd984212 (diff)
downloadaur-50c9943394365967bb8908b97c20d299bfad621f.tar.gz
Update 1.1-7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40d9309457c5..2486b35b42f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=sfsmisc
-_cranver=1.1-6
+_cranver=1.1-7
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -14,7 +14,7 @@ license=(GPL2 GPL3)
depends=('r>=3.2.0')
optdepends=(r-cluster r-lokern)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('72e46478bced767a50df05f0ca9263a3')
+md5sums=('8bf268b95c1ab35398adb870def8038b')
build() {
cd "${srcdir}"