[skip-ci] mendeleydesktop: update to 1.91.3

This commit is contained in:
Francesco Marinucci 2018-12-03 18:13:50 +01:00
parent 2aa47e7c7d
commit b36cfd8042
2 changed files with 3 additions and 12 deletions

View File

@ -1,14 +1,14 @@
pkgname=mendeleydesktop pkgname=mendeleydesktop
pkgver=1.19.1 pkgver=1.19.3
pkgrel=1 pkgrel=1
pkgdesc="Academic software for managing and sharing research papers (desktop client)" pkgdesc="Academic software for managing and sharing research papers (desktop client)"
url=http://www.mendeley.com/release-notes/ url=http://www.mendeley.com/release-notes/
arch=(x86_64) arch=('x86_64')
depends=(qt5-webengine) depends=(qt5-webengine)
license=(custom:mendeley_eula) license=(custom:mendeley_eula)
source=("https://desktop-download.mendeley.com/download/linux/$pkgname-$pkgver-linux-x86_64.tar.bz2") source=("https://desktop-download.mendeley.com/download/linux/$pkgname-$pkgver-linux-x86_64.tar.bz2")
sha512sums=('fd9ecc4d907c267a0416b472931e08179cfd385a37573b6601227c1760cde935280517aea617e31910dbf029ade7dd78cf5a48236df94ce52b2030a0edb7ba11') sha512sums=('2c2d92d45730797f93eec74b23ea8d7f654388fd778063dcd92705fe019939f6d557bcaac13a14b021fcc4d785938921b19a9c8b821dfe6c18fb5c213eaa8a26')
prepare() { prepare() {
cd "$pkgname-$pkgver-linux-$CARCH" cd "$pkgname-$pkgver-linux-$CARCH"

View File

@ -1,9 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}