R: update to 3.3.3.
This commit is contained in:
parent
f8c671102b
commit
7879d59f9a
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'R'
|
||||
pkgname=R
|
||||
version=3.3.2
|
||||
revision=2
|
||||
version=3.3.3
|
||||
revision=1
|
||||
nocross=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
|
||||
|
@ -14,11 +14,12 @@ makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel
|
|||
libcurl-devel"
|
||||
depends="xdg-utils less"
|
||||
short_desc="System for statistical computation and graphics"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.r-project.org/"
|
||||
_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"
|
||||
checksum=d294ad21e9f574fb4828ebb3a94b8cb34f4f304a41687a994be00dd41a4e514c
|
||||
checksum=5ab768053a275084618fb669b4fbaadcc39158998a87e8465323829590bcfc6c
|
||||
shlib_provides="libR.so"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue