summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Blomstrand2018-04-09 14:29:06 +0200
committerMikael Blomstrand2018-04-09 14:29:06 +0200
commit9a91f7b0a962b703b9e459107f527b3967bdb5a2 (patch)
tree97e4515e18c395e128c7929d0bc30e38ec34de07
parentad70d05141a53e8127d7b74827ea919dcba788bd (diff)
downloadaur-9a91f7b0a962b703b9e459107f527b3967bdb5a2.tar.gz
Updated to version 2.2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 246afd591874..aebedc263bbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jun 17 18:20:03 UTC 2017
pkgbase = abi-compliance-checker
pkgdesc = Check ABI compatibility between library versions
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 1
url = https://lvc.github.io/abi-compliance-checker/
arch = i686
@@ -11,8 +9,8 @@ pkgbase = abi-compliance-checker
depends = gcc
depends = binutils
depends = perl
- source = abi-compliance-checker-2.1.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/2.1.tar.gz
- md5sums = 05cce2707b1788382b8eecc84572fbd9
+ source = abi-compliance-checker-2.2.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/2.2.tar.gz
+ md5sums = 6dec8bdfd18902ecfb7b040ff328e453
pkgname = abi-compliance-checker
diff --git a/PKGBUILD b/PKGBUILD
index f8a607bea734..e24d34a1101d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 119577 2011-04-12 14:21:49Z eric $
-# Maintainer: Jérôme M. Berger <jerome.berger@sagemcom.com>
+# Maintainer: Mikael Blomstrand <mbloms@kth.se>
+# Contributor: Jérôme M. Berger <jerome.berger@sagemcom.com>
pkgname=abi-compliance-checker
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc="Check ABI compatibility between library versions"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ 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=('05cce2707b1788382b8eecc84572fbd9')
+md5sums=('6dec8bdfd18902ecfb7b040ff328e453')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"