summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2018-11-03 15:47:10 +0100
committerAleksandar Trifunovic2018-11-03 15:47:10 +0100
commitef80e4b7e187d80e853c54bc770d96d3f2aea570 (patch)
treef8790b80ac921f2982d1c889278478e9dc74d8ed
parent1e8f26950ce953d7449b00f944066c8c0cb56947 (diff)
downloadaur-ef80e4b7e187d80e853c54bc770d96d3f2aea570.tar.gz
change licence
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 874df3368432..df49f2e95768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = abseil-cpp-git
url = https://github.com/abseil/abseil-cpp
arch = i686
arch = x86_64
- license = LGPL
+ license = Apache
makedepends = cmake
makedepends = git
provides = abseil-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 40a86e557880..ac1076ddaf13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='An open-source collection of C++ code to augment the C++ standard library'
arch=('i686' 'x86_64')
url='https://github.com/abseil/abseil-cpp'
-license=('LGPL')
+license=('Apache')
makedepends=('cmake' 'git')
conflicts=(abseil-cpp)
provides=(abseil-cpp)