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

Antonio Rojas arojas at archlinux.org
Thu Dec 19 09:56:37 UTC 2019


    Date: Thursday, December 19, 2019 @ 09:56:36
  Author: arojas
Revision: 371842

Fix dependencies (FS#65886)

Modified:
  grantlee/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 08:31:37 UTC (rev 371841)
+++ PKGBUILD	2019-12-19 09:56:36 UTC (rev 371842)
@@ -4,12 +4,12 @@
 
 pkgname=grantlee
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A string template engine based on the Django template system and written in Qt5"
 arch=(x86_64)
 url="https://github.com/steveire/grantlee"
 license=(LGPL2.1)
-depends=(qt5-script)
+depends=(qt5-declarative)
 makedepends=(cmake doxygen graphviz)
 source=("http://downloads.grantlee.org/grantlee-$pkgver.tar.gz"{,.asc})
 sha256sums=('d6cd04de39a073a787c9ab8e72a0888e40779d21b83fbc788a1b36d31ac659d5'



More information about the arch-commits mailing list