mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
v1.0.136
This commit is contained in:
parent
a56064ab0b
commit
2e96fc167a
2 changed files with 9 additions and 6 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.44
|
||||
pkgver = 1.0.136
|
||||
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.44.tar.gz::https://github.com/rstudio/rstudio/tarball/v1.0.44
|
||||
source = rstudio-1.0.136.tar.gz::https://github.com/rstudio/rstudio/tarball/v1.0.136
|
||||
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 = a85b1d50f6a00d7b932c47002502618fa2fbab71d8723179bd2dfda3353a2584
|
||||
sha256sums = 171fca1211582294b1c43be5cece1d67125f71dc34ea84f2db874d3611a49a83
|
||||
sha256sums = f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94
|
||||
sha256sums = aa65061b73836190410720bea422eb8e787680d7bc0c2b244ae6c9a0d24747b3
|
||||
sha256sums = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -1,7 +1,8 @@
|
|||
# Contributor: Ben Ward <benjamin.ward@bathspa.org>
|
||||
# Maintainer: Alexsandr Pavlov <kidoz at mail dot ru>
|
||||
# Contributor: Alexsandr Pavlov <kidoz at mail dot ru>
|
||||
# Maintainer: Philipp A. <flying-sheep@web.de>
|
||||
pkgname=rstudio-desktop
|
||||
pkgver=1.0.44
|
||||
pkgver=1.0.136
|
||||
_gwtver=2.7.0
|
||||
_ginver=1.5
|
||||
_clangver=3.6.1
|
||||
|
|
@ -25,7 +26,7 @@ source=("rstudio-$pkgver.tar.gz::https://github.com/rstudio/rstudio/tarball/v$pk
|
|||
"qdatastream.patch")
|
||||
noextract=('core-dictionaries.zip'
|
||||
"gin-$_ginver.zip")
|
||||
sha256sums=('a85b1d50f6a00d7b932c47002502618fa2fbab71d8723179bd2dfda3353a2584'
|
||||
sha256sums=('171fca1211582294b1c43be5cece1d67125f71dc34ea84f2db874d3611a49a83'
|
||||
'f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94'
|
||||
'aa65061b73836190410720bea422eb8e787680d7bc0c2b244ae6c9a0d24747b3'
|
||||
'4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494'
|
||||
|
|
@ -73,4 +74,6 @@ package() {
|
|||
make DESTDIR="$pkgdir/" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
install -d "$pkgdir/usr/bin"
|
||||
ln -sfT ../lib/rstudio/bin/rstudio "$pkgdir/usr/bin/rstudio"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue