summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Klevtsov2019-10-07 08:46:02 +0700
committerArtem Klevtsov2019-10-07 08:46:02 +0700
commitd8de2103e2f68430ed1675bbad1377e268e6e6b7 (patch)
tree9e92254726b4cc15aad29bcc864ab53bb07c7ef1
parent1b0aa547481ab6f610d4f0d97c52540aea710f89 (diff)
downloadaur-d8de2103e2f68430ed1675bbad1377e268e6e6b7.tar.gz
Fix boost depd
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d5652514aba..f5bc6bf29e9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rstudio-desktop-git
pkgdesc = A powerful and productive integrated development environment (IDE) for R programming language
- pkgver = 1.2.1330.r1351
+ pkgver = 1.2.5001.r1358
pkgrel = 1
url = https://www.rstudio.com/products/rstudio/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = rstudio-desktop-git
license = AGPL3
makedepends = git
makedepends = cmake>=3.1.0
- makedepends = boost>=1.63
+ makedepends = boost1.69
makedepends = desktop-file-utils
makedepends = jdk8-openjdk
makedepends = apache-ant
@@ -18,7 +18,7 @@ pkgbase = rstudio-desktop-git
makedepends = pam
makedepends = patchelf
makedepends = wget
- depends = boost-libs>=1.63
+ depends = boost1.69-libs
depends = r>=2.11.1
depends = hunspell-en_US
depends = mathjax
diff --git a/PKGBUILD b/PKGBUILD
index 2f5afb182eea..91277c546ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rstudio-desktop-git
_gitname=rstudio
-pkgver=1.2.1330.r1351
+pkgver=1.2.5001.r1358
_gwtver=2.8.2
_ginver=2.1.2
pkgrel=1
@@ -11,8 +11,8 @@ pkgdesc="A powerful and productive integrated development environment (IDE) for
arch=('i686' 'x86_64')
url="https://www.rstudio.com/products/rstudio/"
license=('AGPL3')
-depends=('boost-libs>=1.63' 'r>=2.11.1' hunspell-en_US mathjax pandoc clang qt5-sensors qt5-svg qt5-webengine qt5-xmlpatterns)
-makedepends=(git 'cmake>=3.1.0' 'boost>=1.63' desktop-file-utils jdk8-openjdk apache-ant unzip openssl libcups pam patchelf wget)
+depends=('boost1.69-libs' 'r>=2.11.1' hunspell-en_US mathjax pandoc clang qt5-sensors qt5-svg qt5-webengine qt5-xmlpatterns)
+makedepends=(git 'cmake>=3.1.0' 'boost1.69' desktop-file-utils jdk8-openjdk apache-ant unzip openssl libcups pam patchelf wget)
optdepends=('git: for git support'
'subversion: for subversion support'
'openssh-askpass: for a git ssh access')