Date: Saturday, January 4, 2020 @ 17:47:19 Author: arojas Revision: 548165
Update to 5.0.4 Modified: texmaker/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-04 17:47:15 UTC (rev 548164) +++ PKGBUILD 2020-01-04 17:47:19 UTC (rev 548165) @@ -2,7 +2,7 @@ # Contributor: Federico Cinelli <[email protected]> pkgname=texmaker -pkgver=5.0.3 +pkgver=5.0.4 pkgrel=1 pkgdesc='Free cross-platform LaTeX editor' arch=(x86_64) @@ -11,7 +11,7 @@ depends=(qt5-script texlive-core) optdepends=('ghostscript: LaTeX to HTML conversion command') source=("https://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2") -sha256sums=('6074dffa82c431f8727c39e046f62cb70f5fe1457f158b46306e8f490b4f326f') +sha256sums=('1de3ab3f6d6bee37a7d0b528ca1cbb7ce8e7aef5ec6a4405aff2caf9d12bd0e2') build() { cd $pkgname-$pkgver
