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

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


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

upgpkg: gnucobol 3.1rc1-1: Upstream release 3.1rc1

Modified:
  gnucobol/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-04 15:59:32 UTC (rev 657744)
+++ PKGBUILD	2020-07-04 16:03:03 UTC (rev 657745)
@@ -1,16 +1,25 @@
 pkgname=gnucobol
-pkgver=3.0rc1
-_tarver="3.0-rc1"
-pkgdesc="The open source GNU COBOL compiler"
+pkgver=3.1rc1
+_tarver="3.1-rc1"
+pkgdesc="A free, open source and modern COBOL compiler"
 pkgrel=1
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/open-cobol/"
+arch=("x86_64")
+url="https://www.gnu.org/software/gnucobol/"
 license=("GPL")
 depends=("db" "gmp")
 makedepends=("gcc" "help2man")
 options=("!libtool")
-source=("$pkgname-$pkgver.tar.xz"::"https://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz")
-sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
+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"



More information about the arch-commits mailing list