summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpat-s2018-05-23 18:19:22 +0200
committerpat-s2018-05-23 18:19:22 +0200
commit3e00bc81fef7ccd95fcfda6dd7fc2f5814763d42 (patch)
tree111a93eedb7e4aaa66e07ecccd56687e1b7fd08e /PKGBUILD
parentb80e24e47379ef5a7bac0e23585bb94b33317d9b (diff)
downloadaur-3e00bc81fef7ccd95fcfda6dd7fc2f5814763d42.tar.gz
upgpkg: rstudio-desktop-preview-bin 1.2.637-2
v1.2.637-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD29
1 files changed, 15 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9c5547946b2..6be5772e24dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
pkgname=rstudio-desktop-preview-bin
pkgver=1.2.637
-pkgrel=1
+pkgrel=2
pkgdesc="An integrated development environment (IDE) for R (binary version from RStudio official repository)"
arch=('x86_64')
license=('GPL')
@@ -84,19 +84,20 @@ package() {
find "$pkgdir/usr" -type d -print0 | xargs -0 chmod 755
find "$pkgdir/usr" -type f -name '*.so.*' -print0 | xargs -0 chmod 644
- cd "$pkgdir/usr/lib/rstudio/bin"
- ls libQt*.so.*| grep '\.[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}$'|
- while read x;do
- if [[ ! -e "${x%.+([0-9]).+([0-9])}" ]];then
- ln -s "$x" "${x%.+([0-9]).+([0-9])}"
- fi
- done
- ls lib*.so.* | grep '\.so\.[0-9]\{1,\}\.[0-9]\{1,\}$'|
- while read x;do
- if [[ ! -e "${x%.+([0-9])}" ]];then
- ln -s "$x" "${x%.+([0-9])}"
- fi
- done
+ # deprecated with v1.2.x
+ # cd "$pkgdir/usr/lib/rstudio/bin"
+ # ls libQt*.so.*| grep '\.[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}$'|
+ # while read x;do
+ # if [[ ! -e "${x%.+([0-9]).+([0-9])}" ]];then
+ # ln -s "$x" "${x%.+([0-9]).+([0-9])}"
+ # fi
+ # done
+ # ls lib*.so.* | grep '\.so\.[0-9]\{1,\}\.[0-9]\{1,\}$'|
+ # while read x;do
+ # if [[ ! -e "${x%.+([0-9])}" ]];then
+ # ln -s "$x" "${x%.+([0-9])}"
+ # fi
+ # done
# this throwed an error in v1.1.444
# ln -sf /usr/lib/qt/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so plugins/platforminputcontexts/