summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Chen2017-09-13 17:01:52 -0400
committerDaniel Chen2017-09-13 17:01:52 -0400
commitb592cb9afece64b317d7dbc46b6546693c2ebb70 (patch)
tree621709673ab317a48ad4962461bd806eed6767e0 /PKGBUILD
parentf26b13ae269d39abd0c6887c73be3281046a113c (diff)
downloadaur-b592cb9afece64b317d7dbc46b6546693c2ebb70.tar.gz
add pandoc-lite to optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0349ca2cda0b..8557a6df4119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rstudio-desktop-preview-bin
pkgver=1.1.364
-pkgrel=1
+pkgrel=2
pkgdesc="A new integrated development environment (IDE) for R (binary version from RStudio official website)"
arch=('i686' 'x86_64')
license=('GPL')
@@ -13,7 +13,8 @@ makedepends=('patchelf')
conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-bin')
optdepends=('pandoc-bin'
'pandoc-cabal'
- 'pandoc-static')
+ 'pandoc-static'
+ 'pandoc-lite')
provides=("rstudio-desktop-preview=${pkgver}")
#options=(!strip)