community/texstudio to 2.10.8-2

This commit is contained in:
Kevin Mihelich 2016-05-14 15:47:34 +00:00
parent 928f560b6c
commit 45ea9c1d66
2 changed files with 1 additions and 17 deletions

View file

@ -6,7 +6,7 @@
pkgname=texstudio
pkgver=2.10.8
pkgrel=1
pkgrel=2
pkgdesc="Integrated writing environment for creating LaTeX documents"
arch=('i686' 'x86_64')
url="http://texstudio.sourceforge.net/"
@ -16,7 +16,6 @@ makedepends=('qt5-tools')
optdepends=('evince: pdf reader'
'kdegraphics-okular: alternate pdf reader')
replaces=('texmakerx')
install=$pkgname.install
source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz
texstudio-debughelper-arm-fix.patch)

View file

@ -1,15 +0,0 @@
pkgname=texstudio
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install "$1"
}
post_remove() {
update-desktop-database -q
}
# vim:set ts=2 sw=2 et: