summarylogtreecommitdiffstats
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
parent707672966795acbba76850ddf82fe3a6ca749295 (diff)
downloadaur-593e90791cec8b53e6777296bbda1e1d4ade351d.tar.gz
Updated to version 1.99.17.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d5ffffa89b1..f9b80e45eeea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Mar 19 10:35:29 UTC 2016
pkgbase = abi-compliance-checker
pkgdesc = Check ABI compatibility between library versions
- pkgver = 1.99.14
+ pkgver = 1.99.17
pkgrel = 1
url = http://ispras.linuxbase.org/index.php/ABI_compliance_checker
arch = i686
@@ -9,8 +11,8 @@ pkgbase = abi-compliance-checker
depends = gcc
depends = binutils
depends = perl
- source = abi-compliance-checker-1.99.14.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/1.99.14.tar.gz
- md5sums = e9c4575ea8433b957314caef99af4831
+ source = abi-compliance-checker-1.99.17.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/1.99.17.tar.gz
+ md5sums = a8866fd26ef1445c6e806f7681356b0e
pkgname = abi-compliance-checker
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}"