abi-compliance-checker: update to 2.3.

Closes #14431.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-15 13:10:53 -03:00 committed by Enno Boland
parent 905666bf0f
commit 0247fe0c39
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 10 additions and 5 deletions

View File

@ -1,16 +1,21 @@
# Template file for 'abi-compliance-checker'
pkgname=abi-compliance-checker
version=2.2
version=2.3
revision=1
noarch=yes
hostmakedepends="perl"
depends="perl binutils ctags"
depends="binutils ctags perl"
checkdepends="binutils ctags"
short_desc="A tool for checking backward API/ABI compat of a C/C++ library"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-3"
license="LGPL-2.1-or-later"
homepage="https://github.com/lvc/abi-compliance-checker"
distfiles="https://github.com/lvc/abi-compliance-checker/archive/${version}.tar.gz"
checksum=9fb7b17e33d49e301d02a6374fbd2596feb53ecc77194879a4e1c2d1e24b4ddb
noarch=yes
checksum=b1e32a484211ec05d7f265ab4d2c1c52dcdb610708cb3f74d8aaeb7fe9685d64
do_check() {
perl abi-compliance-checker.pl -test
}
do_install() {
vmkdir usr