rstudio: rebuild for gcc stdc++ dropping gcc4 compat.
[ci skip]
This commit is contained in:
parent
4681184be1
commit
beeea6aa05
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rstudio'
|
||||
pkgname=rstudio
|
||||
version=1.1.383
|
||||
revision=1
|
||||
revision=2
|
||||
only_for_archs="i686 x86_64"
|
||||
build_style=cmake
|
||||
make_install_args="INSTALL_ROOT=${DESTDIR} \
|
||||
|
@ -20,7 +20,7 @@ makedepends="R zlib-devel libuuid-devel libressl-devel pam-devel
|
|||
depends="R"
|
||||
short_desc="Integrated development environment (IDE) for R"
|
||||
maintainer="ivierlin <github@ivierlin.de>"
|
||||
license="AGPL-3"
|
||||
license="AGPL-3.0-only"
|
||||
homepage="https://www.rstudio.com"
|
||||
_aws="https://s3.amazonaws.com"
|
||||
_gin_version="1.5"
|
||||
|
@ -90,4 +90,5 @@ post_install() {
|
|||
for f in {diagnostics,rpostback,rsession,rstudio}; do
|
||||
ln -sf /usr/lib/rstudio/bin/${f} ${DESTDIR}/usr/bin/
|
||||
done
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue