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

Jerome Leclanche jleclanche at archlinux.org
Thu Dec 24 19:09:50 UTC 2020


    Date: Thursday, December 24, 2020 @ 19:09:50
  Author: jleclanche
Revision: 788703

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-24 19:09:41 UTC (rev 788702)
+++ PKGBUILD	2020-12-24 19:09:50 UTC (rev 788703)
@@ -1,34 +0,0 @@
-pkgname=gnucobol
-pkgver=3.1.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")
-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=(
-	"c1b1d7dead3b141ed2f30102934e94b48d01845c79fccf19110f34016970f423"
-	"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
-}
-

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 788702, gnucobol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-24 19:09:50 UTC (rev 788703)
@@ -0,0 +1,34 @@
+pkgname=gnucobol
+pkgver=3.1.2
+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")
+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=(
+	"597005d71fd7d65b90cbe42bbfecd5a9ec0445388639404662e70d53ddf22574"
+	"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