summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshar2020-04-12 19:04:31 +0000
committerAshar2020-04-12 19:04:31 +0000
commit55207eb95d45f47364d6b871521d5a0ed182244b (patch)
tree1ee842d0c267f76a03cccad4bb1d19c70979eb39
parentbfc75c8f87a917c361a7f02bd3fbc347c915a6e4 (diff)
downloadaur-55207eb95d45f47364d6b871521d5a0ed182244b.tar.gz
Update: License
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f350a6a5a99b..702e9e3dfdae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = cpeditor
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
- license = GPLv3+
+ license = GPL3
makedepends = cmake
makedepends = git
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index 808894de3e55..e7efd8c2d2de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='The editor for competitive programming'
arch=('x86_64')
url='https://github.com/cpeditor/cpeditor'
-license=('GPLv3+')
+license=('GPL3')
depends=('qt5-base')
makedepends=("cmake" "git" "gcc" "python3")
conflicts=("cpeditor-git")