summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon2017-12-22 20:53:17 +0800
committerLeon2017-12-22 20:53:17 +0800
commitfd8f80c306e963303ad24b50549f00db7ff06e64 (patch)
treefecbd43c3e3552f676a23527c89b9d4225fff110
parent6cea336d1b0eb697e1ccd5ab83e8c46d1ab00f08 (diff)
downloadaur-fd8f80c306e963303ad24b50549f00db7ff06e64.tar.gz
change dep "gstreamer0.10-base to gst-plugins-base-libs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca9ba3ba5a00..6368d87ad628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by makepkg 5.0.2
-# Tue Oct 10 02:25:30 UTC 2017
+# Fri Dec 22 12:52:19 UTC 2017
pkgbase = rstudio-desktop-bin
pkgdesc = An integrated development environment (IDE) for R (binary version from RStudio official repository)
pkgver = 1.1.383
- pkgrel = 1
+ pkgrel = 2
url = http://www.rstudio.org/
install = rstudio-desktop-bin.install
arch = i686
arch = x86_64
license = GPL
depends = r
- depends = gstreamer0.10-base
+ depends = gst-plugins-base-libs
depends = hicolor-icon-theme
depends = libxcomposite
depends = libxslt
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')