Date: Thursday, October 18, 2018 @ 20:43:31 Author: eschwartz Revision: 396132
drop default makepkg.conf option zipman; drop staticlibs since there are none to preserve Modified: fpc/trunk/PKGBUILD ----------+ PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-18 19:00:58 UTC (rev 396131) +++ PKGBUILD 2018-10-18 20:43:31 UTC (rev 396132) @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Sergej Pupykin <[email protected]> # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: Valeriy Lyasotskiy <[email protected]> @@ -12,12 +11,11 @@ pkgrel=5 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible." arch=('x86_64') -url="http://www.freepascal.org/" +url="https://www.freepascal.org/" license=('GPL' 'LGPL' 'custom') backup=("etc/fpc.cfg") depends=('ncurses' 'zlib' 'expat' 'binutils' 'make') makedepends=(fpc) -options=(zipman staticlibs) source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz) sha256sums=('f66514e6f2c2e4e1bccccb4d554c24b77682ed61c87811ae5dd210f421855e76')
