mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
v1.0.44
This commit is contained in:
parent
5eb3e08ae7
commit
a56064ab0b
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = rstudio-desktop
|
||||
pkgdesc = Open source and enterprise-ready professional software for the R community
|
||||
pkgver = 1.0.28
|
||||
pkgver = 1.0.44
|
||||
pkgrel = 1
|
||||
url = http://www.rstudio.com/
|
||||
install = rstudio-desktop.install
|
||||
|
|
@ -32,12 +32,12 @@ pkgbase = rstudio-desktop
|
|||
conflicts = rstudio-desktop-preview-bin
|
||||
noextract = core-dictionaries.zip
|
||||
noextract = gin-1.5.zip
|
||||
source = rstudio-1.0.28.tar.gz::https://github.com/rstudio/rstudio/tarball/v1.0.28
|
||||
source = rstudio-1.0.44.tar.gz::https://github.com/rstudio/rstudio/tarball/v1.0.44
|
||||
source = https://s3.amazonaws.com/rstudio-buildtools/gin-1.5.zip
|
||||
source = https://s3.amazonaws.com/rstudio-buildtools/gwt-2.7.0.zip
|
||||
source = https://s3.amazonaws.com/rstudio-dictionaries/core-dictionaries.zip
|
||||
source = qdatastream.patch
|
||||
sha256sums = 075506216b23a0424297a8fa5bc01668749db441e67aabd0e623d4e52b894926
|
||||
sha256sums = a85b1d50f6a00d7b932c47002502618fa2fbab71d8723179bd2dfda3353a2584
|
||||
sha256sums = f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94
|
||||
sha256sums = aa65061b73836190410720bea422eb8e787680d7bc0c2b244ae6c9a0d24747b3
|
||||
sha256sums = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Ben Ward <benjamin.ward@bathspa.org>
|
||||
# Maintainer: Alexsandr Pavlov <kidoz at mail dot ru>
|
||||
pkgname=rstudio-desktop
|
||||
pkgver=1.0.28
|
||||
pkgver=1.0.44
|
||||
_gwtver=2.7.0
|
||||
_ginver=1.5
|
||||
_clangver=3.6.1
|
||||
|
|
@ -25,7 +25,7 @@ source=("rstudio-$pkgver.tar.gz::https://github.com/rstudio/rstudio/tarball/v$pk
|
|||
"qdatastream.patch")
|
||||
noextract=('core-dictionaries.zip'
|
||||
"gin-$_ginver.zip")
|
||||
sha256sums=('075506216b23a0424297a8fa5bc01668749db441e67aabd0e623d4e52b894926'
|
||||
sha256sums=('a85b1d50f6a00d7b932c47002502618fa2fbab71d8723179bd2dfda3353a2584'
|
||||
'f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94'
|
||||
'aa65061b73836190410720bea422eb8e787680d7bc0c2b244ae6c9a0d24747b3'
|
||||
'4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue