texmacs: update to 1.99.8, switch to pacman hooks

This commit is contained in:
Francesco Marinucci 2018-12-30 18:19:42 +01:00
parent f498c343f1
commit c95825d308
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
pkgname=texmacs
pkgver=1.99.5
pkgver=1.99.8
pkgrel=1
pkgdesc="WYSIWYG Qt4 editor and graphical frontend to various CASes"
arch=('x86_64')
@ -17,7 +17,7 @@ conflicts=('texmacs-qt')
install=${pkgname}.install
options=('!emptydirs')
source=("http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-$pkgver-src.tar.gz")
sha512sums=('a7d846fd8823e486cf724bfcbe04ae877dd64995d6131af59b49427a1178e36b52b9fcd9109783b9ae1e39c988ae9ed497b1540dce29645ebf2c4301ca7357a8')
sha512sums=('4d2702e22d1a48f07c8a01fb60bd88a0f40fb4bf8cd931e8e8fc2936495fa4e9ed59680313a28ca4d1e2b383829dd428b917ce4ca4d17a0b18e3b1c236796c4e')
prepare() {
cd "${srcdir}/TeXmacs-${pkgver}-src"

View File

@ -1,7 +1,5 @@
post_install() {
update-desktop-database -q
update-mime-database /usr/share/mime
gtk-update-icon-cache --force -t -q /usr/share/icons/gnome
}
post_upgrade() {