summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAditya2022-08-13 16:39:53 +0530
committerAditya2022-08-13 16:39:53 +0530
commit5b6f87d9006127fb4e5502aaa4063f4a198b847b (patch)
tree08539322cd6423e29c9fa6a66601da5c16b1896a
parentf90d4f015aef8ff2e11bb5143097d0588cfd823d (diff)
downloadaur-5b6f87d9006127fb4e5502aaa4063f4a198b847b.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 12bedaad7fa3..88bea9f75e73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = csprite
pkgrel = 1
url = https://github.com/pegvin/csprite
arch = x86_64
- license = GPL3
+ license = MIT
makedepends = git
makedepends = make
makedepends = scons
diff --git a/PKGBUILD b/PKGBUILD
index 5502906f8e26..cc122b077684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1 # Update if you changed something but that is so minor change you don't
pkgdesc="a tiny pixel art editor"
arch=('x86_64')
url="https://github.com/pegvin/csprite"
-license=('GPL3')
+license=('MIT')
depends=(glfw gtk3)
makedepends=(git make scons pkg-config python-pillow python-numpy)
optdepends=()