mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/fpc to 3.2.0-3
This commit is contained in:
parent
08e98d5c0e
commit
f30b5810e9
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
pkgname=fpc
|
||||
pkgver=3.2.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
|
||||
arch=('x86_64')
|
||||
url="http://www.freepascal.org/"
|
||||
|
@ -22,7 +22,7 @@ depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
|
|||
makedepends=(fpc)
|
||||
options=(zipman staticlibs)
|
||||
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')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue