[arch-commits] Commit in fpc/trunk (PKGBUILD)

Ike Devolder idevolder at archlinux.org
Sun Jun 28 08:13:30 UTC 2020


    Date: Sunday, June 28, 2020 @ 08:13:29
  Author: idevolder
Revision: 655104

upgpkg: fpc 3.2.0-1

Modified:
  fpc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-28 08:12:59 UTC (rev 655103)
+++ PKGBUILD	2020-06-28 08:13:29 UTC (rev 655104)
@@ -7,11 +7,11 @@
 # See http://bbs.archlinux.org/viewtopic.php?t=9318&highlight=fpc
 
 pkgname=fpc
-pkgver=3.0.4
-pkgrel=6
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
-url="https://www.freepascal.org/"
+url="http://www.freepascal.org/"
 license=('GPL' 'LGPL' 'custom')
 backup=("etc/fpc.cfg")
 depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
@@ -18,7 +18,7 @@
 makedepends=(fpc)
 options=(zipman staticlibs)
 source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
-sha256sums=('f66514e6f2c2e4e1bccccb4d554c24b77682ed61c87811ae5dd210f421855e76')
+sha256sums=('f9b914eace989a023fb953da203dc0d973b44487568b4138c7d5b9613d7d6838')
 
 build() {
   cd "$srcdir"/fpcbuild-$pkgver
@@ -50,6 +50,4 @@
   mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
 
   find "$pkgdir"/etc/ -type f -exec sed -i "s|"$pkgdir"||g" {} \;
-  sed -e "s|$pkgdir||g" -i "$pkgdir/usr/lib/fpc/$pkgver/ide/text/fp.cfg"
-
 }



More information about the arch-commits mailing list