From 8a10a8cc9d32a67eefece7e177d565808cc75f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 6 May 2020 02:51:52 -0300 Subject: [PATCH] lazarus: add qt5pas-devel as dep --- srcpkgs/lazarus/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lazarus/template b/srcpkgs/lazarus/template index 42f49b6415e..158b8a6e634 100644 --- a/srcpkgs/lazarus/template +++ b/srcpkgs/lazarus/template @@ -1,12 +1,12 @@ # Template file for 'lazarus' pkgname=lazarus version=2.0.2 -revision=1 +revision=2 archs="x86_64 i686" wrksrc=lazarus hostmakedepends="fpc rsync" makedepends="fpc-src qt5pas-devel" -depends="fpc-src fpc gdb perl" +depends="fpc-src fpc gdb perl qt5pas-devel" short_desc="Delphi-like IDE for FreePascal" maintainer="Orphaned " license="GPL-2.0-or-later, MPL-2.0, LGPL-2.0-or-later" @@ -61,4 +61,3 @@ do_install() { vinstall install/lazarus.desktop 644 usr/share/applications vinstall images/ide_icon48x48.png 644 usr/share/pixmaps lazarus.png } -