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

Sergej Pupykin spupykin at archlinux.org
Thu Nov 26 12:32:09 UTC 2015


    Date: Thursday, November 26, 2015 @ 13:32:09
  Author: spupykin
Revision: 147845

upgpkg: fpc 3.0.0-1

upd

Modified:
  fpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-26 12:10:16 UTC (rev 147844)
+++ PKGBUILD	2015-11-26 12:32:09 UTC (rev 147845)
@@ -8,8 +8,8 @@
 # See http://bbs.archlinux.org/viewtopic.php?t=9318&highlight=fpc
 
 pkgname=fpc
-pkgver=2.6.4
-_gdbver=7.5.1
+pkgver=3.0.0
+_gdbver=7.10
 pkgrel=1
 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
 arch=('i686' 'x86_64')
@@ -20,10 +20,10 @@
 makedepends=(fpc)
 options=(zipman staticlibs)
 source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
-	http://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.bz2
+	http://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.xz
 	fpc-gdb.patch)
-md5sums=('403da132aed194fd841d46c3b33b022a'
-         '3f48f468b24447cf24820054ff6e85b1'
+md5sums=('bb7d17ef5c7c007466368262c0779cb7'
+         '2a35bac41fa8e10bf04f3a0dd7f7f363'
          '1e45ece6b5d4ee60b860e75926b4122d')
 
 build() {



More information about the arch-commits mailing list