summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}"