summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeon2017-12-22 20:53:17 +0800
committerLeon2017-12-22 20:53:17 +0800
commitfd8f80c306e963303ad24b50549f00db7ff06e64 (patch)
treefecbd43c3e3552f676a23527c89b9d4225fff110 /PKGBUILD
parent6cea336d1b0eb697e1ccd5ab83e8c46d1ab00f08 (diff)
downloadaur-fd8f80c306e963303ad24b50549f00db7ff06e64.tar.gz
change dep "gstreamer0.10-base to gst-plugins-base-libs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 564c547e9832..56743a1d829d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,12 @@
pkgname=rstudio-desktop-bin
pkgver=1.1.383
-pkgrel=1
+pkgrel=2
pkgdesc="An integrated development environment (IDE) for R (binary version from RStudio official repository)"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.rstudio.org/"
-depends=('r' 'gstreamer0.10-base' 'hicolor-icon-theme' 'libxcomposite' 'libxslt' 'shared-mime-info' 'libxrandr')
+depends=('r' 'gst-plugins-base-libs' 'hicolor-icon-theme' 'libxcomposite' 'libxslt' 'shared-mime-info' 'libxrandr')
#makedepends=('patchelf')
optdepends=('pandoc: markdown support'
'pandoc-citeproc: markdown support')