Skip to content

Commit

Permalink
automake-wrapper: Add support for automake 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Jun 12, 2018
1 parent c6917e9 commit 7c6b2e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions automake-wrapper/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>

pkgname=automake-wrapper
pkgver=10
pkgver=11
pkgrel=1
pkgdesc="Wrapper scripts for automake and aclocal"
arch=('any')
Expand All @@ -21,10 +21,11 @@ depends=('bash' 'gawk'
'automake1.12'
'automake1.13'
'automake1.14'
'automake1.15')
'automake1.15'
'automake1.16')
#install=automake.install
source=("am-wrapper-${pkgver}.sh")
sha256sums=('0b12af8d55b7ac8b0c4ed674877741913fca5b3c35ca2e2b03c0201f27286a97')
sha256sums=('455dd326ec1ab04f5cbbdfd9bc0df5ad86152c0b2442faca98da0813827e0cbc')
provides=("automake")
conflicts=("automake")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/files/am-wrapper-10.sh,v 1.1 2015/01/07 21:24:41 polynomial-c Exp $

# Executes the correct automake version.
#
Expand Down Expand Up @@ -71,7 +70,7 @@ fi
# Set up bindings between actual version and WANT_AUTOMAKE;
# Start with last known versions to speed up lookup process.
#
LAST_KNOWN_AUTOMAKE_VER="15"
LAST_KNOWN_AUTOMAKE_VER="16"
vers=$(printf '1.%s ' `seq ${LAST_KNOWN_AUTOMAKE_VER} -1 4`)

#
Expand Down

0 comments on commit 7c6b2e3

Please sign in to comment.