mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
rstudio: update to 1.1.463, switch to pacman hooks
This commit is contained in:
parent
8a168f57bc
commit
97a63798c7
@ -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() {
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user