kile: update to 2.9.92 (aka 3.0 beta 3), switched to pacman hooks (#73 and #74)

This commit is contained in:
Francesco Marinucci 2018-12-03 10:02:49 +01:00
parent 67a9a73943
commit d42b9dd01a
2 changed files with 2 additions and 14 deletions

View File

@ -1,5 +1,5 @@
pkgname=kile
pkgver=2.9.91
pkgver=2.9.92
pkgrel=1
pkgdesc="A user friendly TeX/LaTeX frontend for KDE."
arch=("x86_64")
@ -10,10 +10,9 @@ depends=('ktexteditor' 'kinit' 'okular' 'khtml' 'texlive-core')
makedepends=('extra-cmake-modules' 'kdoctools')
optdepends=('konsole: embedded terminal')
categories=('office')
install=kile.install
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
kile-local-url.patch)
sha256sums=('08cb54cddc54c851d98b339f386d9aa20b3d71ff98ef078242fd52f684712d93'
sha256sums=('177372dc25b1d109e037a7dbfc64b5dab2efe538320c87f4a8ceada21e9097f2'
'2cea79a285fe8b481d64088a87b0e6bccd1091a9ac08c934cdead7dcb7bd1fa3')
prepare() {

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}