rstudio: update to 1.1.463, switch to pacman hooks

This commit is contained in:
Francesco Marinucci 2018-12-30 15:04:36 +01:00
parent 8a168f57bc
commit 97a63798c7
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Arch contribution https://aur4.archlinux.org/packages/rstudio-desktop/
pkgname=rstudio
pkgver=1.1.442
pkgver=1.1.463
pkgrel=1
pkgdesc="A new integrated development environment (IDE) for R - The Desktop Client"
arch=('x86_64')
@ -14,7 +14,7 @@ categories=('programming')
install=rstudio-desktop.install
source=("https://github.com/$pkgname/$pkgname/tarball/v$pkgver"
"http://www.rstudio.com/wp-content/uploads/2014/06/RStudio-Ball.png")
sha256sums=('f4123a532d96a52ee351e9e79972d9aa51ef4bb55529a55b37adc9650eefa984'
sha256sums=('13225d7e12bd8e273a10951f121ed117fbfe25f3a7ce12003b3aff7bcc64af44'
'b14d11376099fe27e3f355367aca779e985840ea36ec08235feca62c67bd53c3')
build() {

View File

@ -1,6 +1,4 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
update-mime-database usr/share/mime &> /dev/null
}
@ -11,5 +9,3 @@ post_upgrade() {
post_remove() {
post_install "$1"
}
# vim:set ts=2 sw=2 et: