summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdb0df512f33..62337869dc55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = abi-compliance-checker
pkgdesc = Check ABI compatibility between library versions
pkgver = 2.3
- pkgrel = 1
+ pkgrel = 2
url = https://lvc.github.io/abi-compliance-checker/
arch = i686
arch = x86_64
@@ -9,7 +9,12 @@ pkgbase = abi-compliance-checker
depends = gcc
depends = binutils
depends = perl
+ depends = ctags
+ depends = abi-dumper>=1.1
+ conflicts = ccache<3.1.2
source = abi-compliance-checker-2.3.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/2.3.tar.gz
+ md5sums = 7234921acc9dabee1d1cb6a5ac43c4be
+ sha1sums = f4f16cc58f599079baaed7c5647a4df9fc4da197
sha256sums = b1e32a484211ec05d7f265ab4d2c1c52dcdb610708cb3f74d8aaeb7fe9685d64
pkgname = abi-compliance-checker
diff --git a/PKGBUILD b/PKGBUILD
index 7574c1d8dc2f..cd29c06e6a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,18 @@
-# Maintainer: Mikael Blomstrand <mbloms@kth.se>
+# Maintainer: Mikael Blomstrand <mbloms ÅT kth DÖT se>
# Contributor: Jérôme M. Berger <jerome.berger@sagemcom.com>
pkgname=abi-compliance-checker
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Check ABI compatibility between library versions"
arch=('i686' 'x86_64')
url="https://lvc.github.io/abi-compliance-checker/"
license=('LGPL')
-depends=(gcc binutils perl)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/${pkgver}.tar.gz)
+depends=('gcc' 'binutils' 'perl' 'ctags' 'abi-dumper>=1.1')
+conflicts=('ccache<3.1.2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lvc/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('7234921acc9dabee1d1cb6a5ac43c4be')
+sha1sums=('f4f16cc58f599079baaed7c5647a4df9fc4da197')
sha256sums=('b1e32a484211ec05d7f265ab4d2c1c52dcdb610708cb3f74d8aaeb7fe9685d64')
package() {