summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAditya2022-08-13 16:39:53 +0530
committerAditya2022-08-13 16:39:53 +0530
commit1a6c861b36f96f2be46f38f26fb7c1451dfbd47b (patch)
tree07fd14326ec98a42193119393d499812b17fe8f0
parentc88d667f3e580985f1810da2c96d5643479f51f7 (diff)
downloadaur-1a6c861b36f96f2be46f38f26fb7c1451dfbd47b.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 1781523e96be..f331f218af09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = csprite-git
url = https://github.com/pegvin/csprite
arch = i686
arch = x86_64
- license = GPL3
+ license = MIT
makedepends = git
makedepends = make
makedepends = scons
diff --git a/PKGBUILD b/PKGBUILD
index 58f44e1c21d1..6fb5961de9d8 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=('i686' '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=()