summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu, Zhenyu2024-03-27 11:21:20 +0800
committerWu, Zhenyu2024-03-27 11:21:20 +0800
commitcbdabe78e63d50d586bff5291be02b3a244e14c7 (patch)
tree1647d91284992359cddad09ebfa3675b68451aa2
parent71678e3d6ae10868c2c14cd7835c22a0895575b7 (diff)
downloadaur-cbdabe78e63d50d586bff5291be02b3a244e14c7.tar.gz
:page_facing_up: Update license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b4524548a02..33af35b5ba16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-tree-sitter-zathurarc
arch = x86_64
arch = arm
arch = aarch64
- license = GPL3
+ license = MIT
makedepends = python-installer
depends = python-tree-sitter
source = https://files.pythonhosted.org/packages/cp38/t/tree_sitter_zathurarc/tree_sitter_zathurarc-0.0.7-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
diff --git a/PKGBUILD b/PKGBUILD
index f91a140aab10..856825837e09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(i686 x86_64 arm aarch64)
url=https://github.com/Freed-Wu/$_pkgname
depends=(python-tree-sitter)
makedepends=(python-installer)
-license=(GPL3)
+license=(MIT)
_py="cp38"
_arch="$(uname -m)"
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/${_pkgname//-/_}/${_pkgname//-/_}-$pkgver-$_py-abi3-manylinux_2_5_$_arch.manylinux1_$_arch.manylinux_2_17_$_arch.manylinux2014_$_arch.whl")