summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2023-07-12 17:24:03 +0200
committerPiotr Gorski2023-07-12 17:24:03 +0200
commitdcf176c7e771e05ca46145862a4c68f9cbbfff97 (patch)
treeb90cf5c255f8214839e0ee9581e9f029616a38a3 /PKGBUILD
parentd5a04f40e9319deadeaff518b0b0d47f4474681d (diff)
downloadaur-dcf176c7e771e05ca46145862a4c68f9cbbfff97.tar.gz
Fix license
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 770e8b886aa9..28becd176ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=cppdap-git
pkgver=1.59.0.r95.ge3379ed
-pkgrel=2
+pkgrel=3
pkgdesc="C++ library for the Debug Adapter Protocol"
arch=('x86_64')
url='https://github.com/google/cppdap'
-license=('GPL')
+license=('Apache-2.0')
makedepends=('cmake' 'git')
provides=('cppdap')
conflicts=('cppdap')