diff options
Diffstat (limited to 'fpc-svn/PKGBUILD')
-rw-r--r-- | fpc-svn/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fpc-svn/PKGBUILD b/fpc-svn/PKGBUILD index ddb8dfdd6..34fa623c2 100644 --- a/fpc-svn/PKGBUILD +++ b/fpc-svn/PKGBUILD @@ -20,7 +20,8 @@ depends=('bash' 'ncurses' 'zlib' 'expat') # Trunk can only be built with stable version of FPC makedepends=('fpc' 'subversion' 'fpc-src-svn') source=() - +pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible \ + Pascal Compiler. It comes with fully TP 7.0 compatible run-time library." pkgver() { { @@ -56,8 +57,6 @@ build() { } package() { - pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible \ - Pascal Compiler. It comes with fully TP 7.0 compatible run-time library." backup=('etc/fpc.cfg') options=('staticlibs') conflicts=('fpc') |