From e29a83f32d8a1c90b5c03d93fa7281f176b843a3 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 14 Jun 2018 23:25:19 +0000 Subject: [PATCH] community/fpc to 3.0.4-3 --- community/fpc/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/fpc/PKGBUILD b/community/fpc/PKGBUILD index 58995a460..81f33e689 100644 --- a/community/fpc/PKGBUILD +++ b/community/fpc/PKGBUILD @@ -13,13 +13,13 @@ pkgname=fpc pkgver=3.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library." arch=('x86_64') url="http://www.freepascal.org/" license=('GPL' 'LGPL' 'custom') backup=("etc/fpc.cfg") -depends=('ncurses' 'zlib' 'expat' 'binutils') +depends=('ncurses' 'zlib' 'expat' 'binutils' 'make') makedepends=(fpc) options=(zipman staticlibs) validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3')