summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome M. Berger2017-06-17 20:26:50 +0200
committerJerome M. Berger2017-06-17 20:26:50 +0200
commitad70d05141a53e8127d7b74827ea919dcba788bd (patch)
tree9d64192e74d411b831e1883db600e57d4dec1d43
parent593e90791cec8b53e6777296bbda1e1d4ade351d (diff)
downloadaur-ad70d05141a53e8127d7b74827ea919dcba788bd.tar.gz
Updated to version 2.1.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9b80e45eeea..246afd591874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Mar 19 10:35:29 UTC 2016
+# Sat Jun 17 18:20:03 UTC 2017
pkgbase = abi-compliance-checker
pkgdesc = Check ABI compatibility between library versions
- pkgver = 1.99.17
+ pkgver = 2.1
pkgrel = 1
- url = http://ispras.linuxbase.org/index.php/ABI_compliance_checker
+ url = https://lvc.github.io/abi-compliance-checker/
arch = i686
arch = x86_64
license = GPL
depends = gcc
depends = binutils
depends = perl
- source = abi-compliance-checker-1.99.17.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/1.99.17.tar.gz
- md5sums = a8866fd26ef1445c6e806f7681356b0e
+ source = abi-compliance-checker-2.1.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/2.1.tar.gz
+ md5sums = 05cce2707b1788382b8eecc84572fbd9
pkgname = abi-compliance-checker
diff --git a/PKGBUILD b/PKGBUILD
index 8c1a38803258..f8a607bea734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Jérôme M. Berger <jerome.berger@sagemcom.com>
pkgname=abi-compliance-checker
-pkgver=1.99.17
+pkgver=2.1
pkgrel=1
pkgdesc="Check ABI compatibility between library versions"
arch=('i686' 'x86_64')
-url="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
+url="https://lvc.github.io/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=('a8866fd26ef1445c6e806f7681356b0e')
+md5sums=('05cce2707b1788382b8eecc84572fbd9')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"