summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-07-12 17:24:03 +0200
committerPiotr Gorski2023-07-12 17:24:03 +0200
commitdcf176c7e771e05ca46145862a4c68f9cbbfff97 (patch)
treeb90cf5c255f8214839e0ee9581e9f029616a38a3
parentd5a04f40e9319deadeaff518b0b0d47f4474681d (diff)
downloadaur-dcf176c7e771e05ca46145862a4c68f9cbbfff97.tar.gz
Fix license
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4dc5cb4e860..c432be46287b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = cppdap-git
pkgdesc = C++ library for the Debug Adapter Protocol
pkgver = 1.59.0.r95.ge3379ed
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/google/cppdap
arch = x86_64
- license = GPL
+ license = Apache-2.0
makedepends = cmake
makedepends = git
provides = cppdap
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')