R: update to 3.4.4.

This commit is contained in:
maxice8 2018-03-15 11:10:57 -03:00 committed by Leаh Neukirchen
parent ad0fbfa6db
commit 19c3689469

View file

@ -1,6 +1,6 @@
# Template file for 'R' # Template file for 'R'
pkgname=R pkgname=R
version=3.4.3 version=3.4.4
revision=1 revision=1
nocross=yes nocross=yes
build_style=gnu-configure build_style=gnu-configure
@ -15,11 +15,11 @@ makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel
depends="xdg-utils less" depends="xdg-utils less"
short_desc="System for statistical computation and graphics" short_desc="System for statistical computation and graphics"
maintainer="Florian Wagner <florian@wagner-flo.net>" maintainer="Florian Wagner <florian@wagner-flo.net>"
license="GPL-2" license="GPL-2.0-or-later"
homepage="http://www.r-project.org/" homepage="http://www.r-project.org/"
_changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html" #changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html"
distfiles="http://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz" distfiles="http://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz"
checksum=7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426 checksum=b3e97d2fab7256d1c655c4075934725ba1cd7cb9237240a11bb22ccdad960337
shlib_provides="libR.so" shlib_provides="libR.so"
pre_configure() { pre_configure() {