Ike Devolder pushed to branch main at Arch Linux / Packaging / Packages / fpc
Commits: bb40237d by Ike Devolder at 2023-10-17T08:56:52+02:00 upgpkg: 3.2.2-9 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = fpc + pkgdesc = Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible. + pkgver = 3.2.2 + pkgrel = 9 + url = http://www.freepascal.org/ + arch = x86_64 + license = GPL + license = LGPL + license = custom + makedepends = fpc + depends = ncurses + depends = zlib + depends = expat + depends = binutils + depends = make + options = zipman + options = libtool + options = staticlibs + backup = etc/fpc.cfg + source = https://downloads.sourceforge.net/project/freepascal/Source/3.2.2/fpcbuild-3.2.2.tar.gz + sha512sums = 75889bb54adc70a6e2cbd291476b9b12d61c8f943a05b7d16d2024de3215c935465ff43b1400c412e128e260c7f49a9c66e35c21f86cb866e671b5b60a282d82 + +pkgname = fpc ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgname=fpc pkgver=3.2.2 -pkgrel=8 +pkgrel=9 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible." arch=('x86_64') url="http://www.freepascal.org/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fpc/-/commit/bb40237ddc35c5ec0d55ebc6a8b3730663b7ffd7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fpc/-/commit/bb40237ddc35c5ec0d55ebc6a8b3730663b7ffd7 You're receiving this email because of your account on gitlab.archlinux.org.
