community/fpc to 3.2.0-3

This commit is contained in:
Kevin Mihelich 2021-03-05 12:31:02 +00:00
parent 08e98d5c0e
commit f30b5810e9

View file

@ -12,7 +12,7 @@
pkgname=fpc pkgname=fpc
pkgver=3.2.0 pkgver=3.2.0
pkgrel=2 pkgrel=3
pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible." pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
arch=('x86_64') arch=('x86_64')
url="http://www.freepascal.org/" url="http://www.freepascal.org/"
@ -22,7 +22,7 @@ depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
makedepends=(fpc) makedepends=(fpc)
options=(zipman staticlibs) options=(zipman staticlibs)
validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3')
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz) source=("https://downloads.sourceforge.net/project/freepascal/Source/$pkgver/fpcbuild-$pkgver.tar.gz")
sha256sums=('f9b914eace989a023fb953da203dc0d973b44487568b4138c7d5b9613d7d6838') sha256sums=('f9b914eace989a023fb953da203dc0d973b44487568b4138c7d5b9613d7d6838')
build() { build() {