mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
removed "replaces"
This commit is contained in:
parent
ff4a17eedf
commit
553d4b3390
2 changed files with 2 additions and 6 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = rstudio-desktop
|
||||
pkgdesc = Open source and enterprise-ready professional software for the R community
|
||||
pkgver = 0.99.451
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.rstudio.com/
|
||||
install = rstudio-desktop.install
|
||||
arch = i686
|
||||
|
|
@ -25,9 +25,6 @@ pkgbase = rstudio-desktop
|
|||
conflicts = rstudio-desktop-bin
|
||||
conflicts = rstudio-desktop-git
|
||||
conflicts = rstudio-desktop-preview-bin
|
||||
replaces = rstudio-desktop-bin
|
||||
replaces = rstudio-desktop-git
|
||||
replaces = rstudio-desktop-preview-bin
|
||||
noextract = core-dictionaries.zip
|
||||
noextract = gin-1.5.zip
|
||||
source = rstudio-0.99.451.tar.gz::https://github.com/rstudio/rstudio/tarball/v0.99.451
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -5,7 +5,7 @@ pkgver=0.99.451
|
|||
_gwtver=2.7.0
|
||||
_ginver=1.5
|
||||
_clangver=3.6.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open source and enterprise-ready professional software for the R community"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.rstudio.com/"
|
||||
|
|
@ -13,7 +13,6 @@ license=('AGPL')
|
|||
depends=('r>=2.11.1' 'boost-libs>=1.50' qt5-base qt5-webkit pango shared-mime-info mathjax pandoc clang)
|
||||
makedepends=('cmake>=2.8' 'boost>=1.50' java-environment apache-ant openssl pam)
|
||||
conflicts=('rstudio-desktop-bin' 'rstudio-desktop-git' 'rstudio-desktop-preview-bin')
|
||||
replaces=('rstudio-desktop-bin' 'rstudio-desktop-git' 'rstudio-desktop-preview-bin')
|
||||
install=rstudio-desktop.install
|
||||
source=("rstudio-$pkgver.tar.gz::https://github.com/rstudio/rstudio/tarball/v$pkgver"
|
||||
"https://s3.amazonaws.com/rstudio-buildtools/gin-$_ginver.zip"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue