summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikael Blomstrand2018-10-17 17:12:56 +0200
committerMikael Blomstrand2018-10-17 17:12:56 +0200
commit84a6f32391692a3e964241eb6ade0e2d7c19405b (patch)
tree8a30106fe6ba378b9d6a303fca1a539d456b4fcd /PKGBUILD
parent56c9f8ce20fb6741a3b4305243b7ae06811e40d2 (diff)
downloadaur-abi-compliance-checker.tar.gz
Dependencies updated according to INSTALL.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
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() {