summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshar2020-04-04 06:52:05 +0000
committerAshar2020-04-04 06:52:05 +0000
commit808f53231bec0c01095d8d6941347bcd9b391d71 (patch)
tree70c2c49d33adbba4598555a77964b33d0c3f6d41
parent2953888e0f0b1f8894bf94196fdd6317fb00ad03 (diff)
downloadaur-808f53231bec0c01095d8d6941347bcd9b391d71.tar.gz
Update
-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")