Date: Friday, September 3, 2021 @ 06:52:08 Author: arojas Revision: 1010645
Update to 5.1.2 Modified: texmaker/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-03 01:52:59 UTC (rev 1010644) +++ PKGBUILD 2021-09-03 06:52:08 UTC (rev 1010645) @@ -2,7 +2,7 @@ # Contributor: Federico Cinelli <[email protected]> pkgname=texmaker -pkgver=5.1.1 +pkgver=5.1.2 pkgrel=1 pkgdesc='Free cross-platform LaTeX editor' arch=(x86_64) @@ -11,7 +11,7 @@ depends=(qt5-webengine texlive-core) optdepends=('ghostscript: LaTeX to HTML conversion command') source=(https://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('80034992749620c37e074b803ad3e297c11b8f25ade04fb13b13ac791f3b0dde') +sha256sums=('526896f2c1ae561130eec7aae815b9dcda9e8eeb772b6541d0dc94ce91a71044') build() { cd $pkgname-$pkgver
