summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-04-06 22:58:12 +0300
committerViktor Drobot2020-04-06 22:58:12 +0300
commit234f31a5d513c7a119e328a488dbcaeebd984212 (patch)
tree397e64d34b7786a5c0f7d35ac8847f61baa40aad /PKGBUILD
parent2f56d114dc53009ebd1891cb43e778a756886c07 (diff)
downloadaur-234f31a5d513c7a119e328a488dbcaeebd984212.tar.gz
Update 1.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67d27e408820..40d9309457c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=sfsmisc
-_cranver=1.1-5
+_cranver=1.1-6
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=('c71438093ee44b6a31e11d75511e6b14')
+md5sums=('72e46478bced767a50df05f0ca9263a3')
build() {
cd "${srcdir}"