summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpat-s2018-04-01 10:32:29 +0200
committerpat-s2018-04-01 10:32:29 +0200
commitb6c4718ec827819c5e481e2d4025a125c9268c46 (patch)
tree7ff8ca0223c38040d4fb4b24cabe7c3660e190e5 /PKGBUILD
parent4cf2f53b26c4b652a34ca7e9300f08d12a66e5dd (diff)
downloadaur-b6c4718ec827819c5e481e2d4025a125c9268c46.tar.gz
upgpkg: rstudio-desktop-preview-bin 1.1.444-3
fix v1.1.444
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f808e2bcd88..3304efa8222c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
pkgname=rstudio-desktop-preview-bin
pkgver=1.1.444
-pkgrel=1
+pkgrel=3
pkgdesc="An integrated development environment (IDE) for R (binary version from RStudio official repository)"
arch=('x86_64')
license=('GPL')
@@ -36,7 +36,7 @@ source_x86_64=("https://s3.amazonaws.com/rstudio-dailybuilds/rstudio-xenial-${pk
"http://archive.ubuntu.com/ubuntu/pool/main/g/gstreamer0.10/libgstreamer0.10-0_0.10.36-1.2ubuntu3_amd64.deb"
"http://security.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-1.1ubuntu2.1_amd64.deb")
-install="$pkgname".install
+#install="$pkgname".install
package() {
@@ -44,8 +44,10 @@ package() {
msg "Converting debian package..."
+ ar x rstudio-xenial-1.1.444-amd64.deb
+
cd "$srcdir"
- tar zxpf data.tar.gz -C "$pkgdir"
+ tar Jxf data.tar.xz -C "$pkgdir"
install -dm755 "$pkgdir/usr/bin"
ARCH=${CARCH/686/386/}