[arch-commits] Commit in kile/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Oct 13 09:19:11 UTC 2019


    Date: Sunday, October 13, 2019 @ 09:19:11
  Author: arojas
Revision: 364775

Add explicit qt5-script dependency (no longer provided by kio)

Modified:
  kile/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-12 23:13:42 UTC (rev 364774)
+++ PKGBUILD	2019-10-13 09:19:11 UTC (rev 364775)
@@ -8,7 +8,7 @@
 arch=('x86_64')
 license=('GPL2')
 url="https://kile.sourceforge.net/"
-depends=('ktexteditor' 'kinit' 'okular' 'khtml' 'texlive-core')
+depends=('ktexteditor' 'kinit' 'okular' 'khtml' 'texlive-core' 'qt5-script')
 makedepends=('extra-cmake-modules' 'kdoctools')
 optdepends=('konsole: embedded terminal')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"



More information about the arch-commits mailing list