diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-13 03:50:12 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-13 03:50:12 +0000 |
commit | 4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (patch) | |
tree | 5fa56a9aaad99bff3be377187b518aa7938dd746 /community/fpc | |
parent | 5d4b5782f03734e12c907cbc7e4b8c35926e9554 (diff) |
Thu Mar 13 03:41:44 UTC 2014
Diffstat (limited to 'community/fpc')
-rw-r--r-- | community/fpc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fpc/PKGBUILD b/community/fpc/PKGBUILD index f5235a6df..8dbdeaac7 100644 --- a/community/fpc/PKGBUILD +++ b/community/fpc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 84832 2013-02-25 10:36:39Z spupykin $ +# $Id: PKGBUILD 107070 2014-03-12 10:54:44Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Valeriy Lyasotskiy <onestep@ukr.net> # Contributor: Jan Willemson <janwil@hot.ee> @@ -8,7 +8,7 @@ # See http://bbs.archlinux.org/viewtopic.php?t=9318&highlight=fpc pkgname=fpc -pkgver=2.6.2 +pkgver=2.6.4 _gdbver=7.5.1 pkgrel=1 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." @@ -18,11 +18,11 @@ license=('GPL' 'LGPL' 'custom') backup=("etc/fpc.cfg") depends=(ncurses zlib expat) makedepends=(fpc) -options=(zipman) +options=(zipman staticlibs) source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz http://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.bz2 fpc-gdb.patch) -md5sums=('89c7e60db6280f3d5cc006a4a9ff43a9' +md5sums=('403da132aed194fd841d46c3b33b022a' '3f48f468b24447cf24820054ff6e85b1' '1e45ece6b5d4ee60b860e75926b4122d') |