[arch-commits] Commit in fpc-src/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Sunday, June 28, 2020 @ 08:12:59
  Author: idevolder
Revision: 655103

archrelease: copy trunk to community-any

Added:
  fpc-src/repos/community-any/PKGBUILD
    (from rev 655102, fpc-src/trunk/PKGBUILD)
Deleted:
  fpc-src/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-28 08:12:53 UTC (rev 655102)
+++ PKGBUILD	2020-06-28 08:12:59 UTC (rev 655103)
@@ -1,20 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jens Adam <jra at byte.cx>
-
-pkgname=fpc-src
-pkgver=3.0.4
-pkgrel=2
-pkgdesc='Sources for the FreePascal compiler (required by the Lazarus IDE)'
-url='https://www.freepascal.org/'
-license=('GPL')
-arch=('any')
-options=('!strip' 'staticlibs')
-source=("ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz")
-sha512sums=('eedfeb4d25b3f4cb30ae9c8f30e0fec2405ef806fa565933cef7904d512f781730e3f023aea2f908c21250e3ced4f74fa780abad77b560728a88cedf591505b6')
-
-package() {
-  cd "$srcdir"/fpcbuild-$pkgver/fpcsrc
-  mkdir -p "$pkgdir"/usr/lib/fpc/src
-  cp -R . "$pkgdir"/usr/lib/fpc/src
-}

Copied: fpc-src/repos/community-any/PKGBUILD (from rev 655102, fpc-src/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-28 08:12:59 UTC (rev 655103)
@@ -0,0 +1,20 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jens Adam <jra at byte.cx>
+
+pkgname=fpc-src
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Sources for the FreePascal compiler (required by the Lazarus IDE)'
+url='https://www.freepascal.org/'
+license=('GPL')
+arch=('any')
+options=('!strip' 'staticlibs')
+source=("ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz")
+sha512sums=('a584f0bc908b380cb3da6bc624ba5de7de803a79dfec33c03f10b468939d4f0d5d7d9ad85ce65e49babd7437e8dba920cb62ac694a4449fc9151ef8ce8e68252')
+
+package() {
+  cd "$srcdir"/fpcbuild-$pkgver/fpcsrc
+  mkdir -p "$pkgdir"/usr/lib/fpc/src
+  cp -R . "$pkgdir"/usr/lib/fpc/src
+}



More information about the arch-commits mailing list