summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvantu5z2021-01-14 15:10:18 +0300
committervantu5z2021-01-14 15:10:18 +0300
commit852eddb3f778fdde526e1e1a4a00408d10135dc9 (patch)
tree68ecf7e6d102b5ff8e54df31bc470a57a7cc22b2
parent76fe13c04eb8c8f9ed133104827838700f07a6a3 (diff)
downloadaur-852eddb3f778fdde526e1e1a4a00408d10135dc9.tar.gz
fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b638dbc90c0..ec2a5f66177d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-shell
pkgdesc = Python Shell Wrapper Library. A better way to run shell commands in Python.
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bart-tools/python-shell
arch = any
- license = BSD
+ license = MIT
makedepends = python-setuptools
depends = python
depends = python-six
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')