Date: Tuesday, February 7, 2023 @ 17:43:43 Author: svenstaro Revision: 1396005
upgpkg: texstudio 4.5.1-2: Remove unused dep on qtermwidget (FS#77426) Modified: texstudio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-07 15:20:09 UTC (rev 1396004) +++ PKGBUILD 2023-02-07 17:43:43 UTC (rev 1396005) @@ -2,13 +2,13 @@ # Contributor: Clément DEMOULINS <[email protected]> pkgname=texstudio pkgver=4.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Integrated writing environment for creating LaTeX documents" arch=('x86_64') url="http://texstudio.sourceforge.net/" license=('GPL') depends=('poppler-qt6' 'qt6-svg' 'libxkbcommon-x11' 'hicolor-icon-theme' 'hunspell' 'quazip-qt6' 'desktop-file-utils' - 'qt6-declarative' 'qt6-5compat' 'qtermwidget') + 'qt6-declarative' 'qt6-5compat') makedepends=('qt6-tools' 'mercurial' 'imagemagick' 'librsvg' 'ninja' 'cmake') optdepends=('evince: pdf reader' 'okular: alternate pdf reader')
