automake: update to 1.15.1
This commit is contained in:
parent
29315723b3
commit
a60e23ef37
|
@ -1,11 +0,0 @@
|
||||||
--- bin/automake.in.orig
|
|
||||||
+++ bin/automake.in
|
|
||||||
@@ -3878,7 +3878,7 @@
|
|
||||||
sub substitute_ac_subst_variables
|
|
||||||
{
|
|
||||||
my ($text) = @_;
|
|
||||||
- $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
|
|
||||||
+ $text =~ s/\$\{([^ \t=:+{}]+)\}/substitute_ac_subst_variables_worker ($1)/ge;
|
|
||||||
return $text;
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'automake'.
|
# Template build file for 'automake'.
|
||||||
pkgname=automake
|
pkgname=automake
|
||||||
version=1.15
|
version=1.15.1
|
||||||
revision=4
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl autoconf"
|
hostmakedepends="perl autoconf"
|
||||||
|
@ -9,6 +9,6 @@ depends="${hostmakedepends}"
|
||||||
short_desc="GNU Standards-compliant Makefile generator"
|
short_desc="GNU Standards-compliant Makefile generator"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.gnu.org/software/automake"
|
homepage="https://www.gnu.org/software/automake"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636
|
checksum=af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
|
||||||
|
|
Loading…
Reference in New Issue