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

Jerome Leclanche jleclanche at archlinux.org
Sun Nov 15 18:44:33 UTC 2020


    Date: Sunday, November 15, 2020 @ 18:44:33
  Author: jleclanche
Revision: 754644

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-15 18:44:31 UTC (rev 754643)
+++ PKGBUILD	2020-11-15 18:44:33 UTC (rev 754644)
@@ -1,35 +0,0 @@
-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
-}
-

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 754643, gnucobol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-15 18:44:33 UTC (rev 754644)
@@ -0,0 +1,34 @@
+pkgname=gnucobol
+pkgver=3.1
+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://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz"
+	"https://ftp.gnu.org/gnu/gnucobol/$pkgname-$pkgver.tar.xz.sig"
+)
+sha256sums=(
+	"28890804ada74dee1433b5c46f6774ce9740edd2ba047443c3e634217fa0c21a"
+	"SKIP"
+)
+validpgpkeys=(
+	"B9459D0CA8A740B323235CDF13E96B53C005604E"
+)
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	./configure --prefix=/usr --infodir=/usr/share/info
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list