summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJerome M. BERGER2016-03-19 11:36:10 +0100
committerJerome M. BERGER2016-03-19 11:36:10 +0100
commit593e90791cec8b53e6777296bbda1e1d4ade351d (patch)
tree7da01fc804e7b00fc5ff48cf1472580352b54c23 /PKGBUILD
parent707672966795acbba76850ddf82fe3a6ca749295 (diff)
downloadaur-593e90791cec8b53e6777296bbda1e1d4ade351d.tar.gz
Updated to version 1.99.17.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5a73aa39920..8c1a38803258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jérôme M. Berger <jerome.berger@sagemcom.com>
pkgname=abi-compliance-checker
-pkgver=1.99.14
+pkgver=1.99.17
pkgrel=1
pkgdesc="Check ABI compatibility between library versions"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
license=('GPL')
depends=(gcc binutils perl)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/${pkgver}.tar.gz)
-md5sums=('e9c4575ea8433b957314caef99af4831')
+md5sums=('a8866fd26ef1445c6e806f7681356b0e')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"