summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Blomstrand2018-10-02 15:50:10 +0200
committerMikael Blomstrand2018-10-02 15:50:10 +0200
commit56c9f8ce20fb6741a3b4305243b7ae06811e40d2 (patch)
tree2b6d2d6161c00f24e43b9fdb4d1661c05d080f6c
parent143b4980a0bfef34cde373f62851ed55007c046e (diff)
downloadaur-56c9f8ce20fb6741a3b4305243b7ae06811e40d2.tar.gz
License update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 636669015ee5..fdb0df512f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,12 +5,12 @@ pkgbase = abi-compliance-checker
url = https://lvc.github.io/abi-compliance-checker/
arch = i686
arch = x86_64
- license = GPL
+ license = LGPL
depends = gcc
depends = binutils
depends = perl
source = abi-compliance-checker-2.3.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/2.3.tar.gz
- sha256sums = 9fb7b17e33d49e301d02a6374fbd2596feb53ecc77194879a4e1c2d1e24b4ddb
+ sha256sums = b1e32a484211ec05d7f265ab4d2c1c52dcdb610708cb3f74d8aaeb7fe9685d64
pkgname = abi-compliance-checker
diff --git a/PKGBUILD b/PKGBUILD
index cef3a10036db..7574c1d8dc2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Check ABI compatibility between library versions"
arch=('i686' 'x86_64')
url="https://lvc.github.io/abi-compliance-checker/"
-license=('GPL')
+license=('LGPL')
depends=(gcc binutils perl)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/${pkgver}.tar.gz)
sha256sums=('b1e32a484211ec05d7f265ab4d2c1c52dcdb610708cb3f74d8aaeb7fe9685d64')