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

Ike Devolder idevolder at archlinux.org
Thu Dec 26 09:38:48 UTC 2019


    Date: Thursday, December 26, 2019 @ 09:38:48
  Author: idevolder
Revision: 541873

upgpkg: lazarus 2.0.6-2

make gdb a hard dependency

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-26 09:14:48 UTC (rev 541872)
+++ PKGBUILD	2019-12-26 09:38:48 UTC (rev 541873)
@@ -5,7 +5,7 @@
 pkgbase=lazarus
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt5')
 pkgver=2.0.6
-pkgrel=1
+pkgrel=2
 url='http://www.lazarus.freepascal.org/'
 license=('GPL2' 'MPL' 'custom:modifiedLGPL')
 arch=('x86_64')
@@ -32,12 +32,11 @@
 
 package_lazarus() {
   pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
+  depends=('fpc' 'fpc-src' 'gdb')
   optdepends=(
     'perl: to run some scirpts in the tools directory'
     'gtk2: to compile gtk2 apps'
     'qt5pas: to compile qt5 apps and use help viewer'
-    'gdb: debugging while developing'
   )
 
   cd "$srcdir"/${pkgbase}



More information about the arch-commits mailing list