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')