summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTjahneee2017-09-28 09:22:01 +0200
committerTjahneee2017-09-28 09:22:01 +0200
commit0f701827fa92ad81bf724d3bdcb2ef8f94d9141f (patch)
treebbc33b2246d0a9f8b80b66228286d78f0acc6a50
parente8feb1ab21d28b2014454ee28115eb8e7ebee84e (diff)
downloadaur-0f701827fa92ad81bf724d3bdcb2ef8f94d9141f.tar.gz
Changed licence to MIT
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6527e32141ef..62afb70cfa2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = tic-80
url = https://tic.computer/
arch = i686
arch = x86_64
- license = CUSTOM
+ license = MIT
source_i686 = https://github.com/nesbox/tic.computer/releases/download/v0.45.0/tic_32bit_0.45.0.tar.gz
sha256sums_i686 = 52991b15c5eb5c79ecf36f25b5015fe6b1ef83abdfcc54b5b2d84a772f93a6dd
source_x86_64 = https://github.com/nesbox/tic.computer/releases/download/v0.45.0/tic_64bit_0.45.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d2846a89aa80..cce7a8cd90ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='TIC-80 tiny computer emulator'
arch=('i686' 'x86_64')
url="https://tic.computer/"
-license=('CUSTOM')
+license=('MIT')
source_i686=("https://github.com/nesbox/tic.computer/releases/download/v$pkgver/tic_32bit_$pkgver.tar.gz")
source_x86_64=("https://github.com/nesbox/tic.computer/releases/download/v$pkgver/tic_64bit_$pkgver.tar.gz")