Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
autoconf


Commits:
0a8efaf7 by Antonio Rojas at 2023-12-23T09:11:31+01:00
upgpkg: 2.72-1: Update to 2.72

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,22 @@
+pkgbase = autoconf
+       pkgdesc = A GNU tool for automatically configuring source code
+       pkgver = 2.72
+       pkgrel = 1
+       url = https://www.gnu.org/software/autoconf
+       arch = any
+       license = GPL2
+       license = GPL3
+       license = custom
+       checkdepends = gcc-fortran
+       depends = awk
+       depends = m4
+       depends = diffutils
+       depends = perl
+       depends = sh
+       source = https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.72.tar.xz
+       source = https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.72.tar.xz.sig
+       validpgpkeys = 82F854F3CE73174B8B63174091FCC32B6769AA64
+       sha256sums = 
ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a
+       sha256sums = SKIP
+
+pkgname = autoconf


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke <[email protected]>
 
 pkgname=autoconf
-pkgver=2.71
-pkgrel=4
+pkgver=2.72
+pkgrel=1
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
@@ -13,18 +13,11 @@ depends=('awk' 'm4' 'diffutils' 'perl' 'sh')
 checkdepends=('gcc-fortran')
 source=(
        
"https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-       
$pkgname-2.71-bash5.2.patch::https://github.com/autotools-mirror/autoconf/commit/412166e185c00d6eacbe67dfcb0326f622ec4020.patch
 )
-sha256sums=('f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4'
-            'SKIP'
-            'ee07bb3f9692bed2b7689bd361ae4e2e9a1bd852864a0c98f90b7b4c8beddfe4')
+sha256sums=('ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a'
+            'SKIP')
 validpgpkeys=('82F854F3CE73174B8B63174091FCC32B6769AA64')  # Zack Weinberg
 
-prepare() {
-       # fix build for bash >= 5.2
-       patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-2.71-bash5.2.patch
-}
-
 build() {
        cd "${pkgname}-${pkgver}"
        ./configure --prefix=/usr



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/autoconf/-/commit/0a8efaf73b2a09b25b3c9dab2cf9ec7cb8274545

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/autoconf/-/commit/0a8efaf73b2a09b25b3c9dab2cf9ec7cb8274545
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to