summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcf7d5af5142..9b503a73b6d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = cpeditor
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
- license = GLP3
+ license = GPL3
makedepends = cmake
makedepends = git
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index 06709ee74921..9d2db94eba77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='IDE desgined for Competitive Programming'
arch=('x86_64')
url='https://github.com/cpeditor/cpeditor'
-license=('GLP3')
+license=('GPL3')
depends=('qt5-base')
makedepends=("cmake" "git" "gcc")
conflicts=("cpeditor-git")