summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome M. BERGER2015-11-10 07:13:56 +0100
committerJerome M. BERGER2015-11-10 07:13:56 +0100
commit8e99844bfbe4c0b35402ee52c79234c7f8480fec (patch)
treea82f67a001ab09c06110c0fbe3ffdf8e759d5a00
parent2d281db7506bfdb568a71a2747cdad35460b63a1 (diff)
downloadaur-8e99844bfbe4c0b35402ee52c79234c7f8480fec.tar.gz
Updated to version 1.99.14.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9106ffca9caf..b5a73aa39920 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.9
+pkgver=1.99.14
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=('a9163668236cae5e33c606f51c7f8173')
+md5sums=('e9c4575ea8433b957314caef99af4831')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"