[arch-commits] Commit in gnucobol/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Sat Jul 4 16:03:06 UTC 2020


    Date: Saturday, July 4, 2020 @ 16:03:06
  Author: jleclanche
Revision: 657746

archrelease: copy trunk to community-x86_64

Added:
  gnucobol/repos/community-x86_64/PKGBUILD
    (from rev 657745, gnucobol/trunk/PKGBUILD)
Deleted:
  gnucobol/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 35 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-04 16:03:03 UTC (rev 657745)
+++ PKGBUILD	2020-07-04 16:03:06 UTC (rev 657746)
@@ -1,26 +0,0 @@
-pkgname=gnucobol
-pkgver=3.0rc1
-_tarver="3.0-rc1"
-pkgdesc="The open source GNU COBOL compiler"
-pkgrel=1
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/open-cobol/"
-license=("GPL")
-depends=("db" "gmp")
-makedepends=("gcc" "help2man")
-options=("!libtool")
-source=("$pkgname-$pkgver.tar.xz"::"http://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz")
-sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
-
-build() {
-	cd "$srcdir/$pkgname-$_tarver"
-
-	./configure --prefix=/usr --infodir=/usr/share/info
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$_tarver"
-	make DESTDIR="$pkgdir" install
-}
-

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 657745, gnucobol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-04 16:03:06 UTC (rev 657746)
@@ -0,0 +1,35 @@
+pkgname=gnucobol
+pkgver=3.1rc1
+_tarver="3.1-rc1"
+pkgdesc="A free, open source and modern COBOL compiler"
+pkgrel=1
+arch=("x86_64")
+url="https://www.gnu.org/software/gnucobol/"
+license=("GPL")
+depends=("db" "gmp")
+makedepends=("gcc" "help2man")
+options=("!libtool")
+source=(
+	"https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz"
+	"https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz.sig"
+)
+sha256sums=(
+	"c2e41c2ba520681a67c570d7246d25c31f7f55c8a145aaec3f6273a500a93a76"
+	"SKIP"
+)
+validpgpkeys=(
+	"B9459D0CA8A740B323235CDF13E96B53C005604E"
+)
+
+build() {
+	cd "$srcdir/$pkgname-$_tarver"
+
+	./configure --prefix=/usr --infodir=/usr/share/info
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$_tarver"
+	make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list