summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvantu5z2021-01-14 15:10:18 +0300
committervantu5z2021-01-14 15:10:18 +0300
commit852eddb3f778fdde526e1e1a4a00408d10135dc9 (patch)
tree68ecf7e6d102b5ff8e54df31bc470a57a7cc22b2 /PKGBUILD
parent76fe13c04eb8c8f9ed133104827838700f07a6a3 (diff)
downloadaur-852eddb3f778fdde526e1e1a4a00408d10135dc9.tar.gz
fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d08e9430aab..38a05f10a6b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-shell
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Python Shell Wrapper Library. A better way to run shell commands in Python."
url="https://github.com/bart-tools/python-shell"
depends=('python' 'python-six')
makedepends=('python-setuptools')
-license=('BSD')
+license=('MIT')
arch=('any')
source=("https://github.com/bart-tools/python-shell/archive/stable/$pkgver.tar.gz")
sha256sums=('a3e35889d44c0d3c8f52b07f0969560e985605e1f66161535e6ca548580d183c')