summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fea83a6fbd42..0411a6b0db47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,8 @@ pkgbase = python-coqpit
pkgrel = 00
url = https://github.com/erogol/coqpit
arch = any
- license = custom:unknown
+ license = MIT
depends = python
- depends = python-stt-listen
noextract = coqpit-0.0.16-py3-none-any.whl
source = PKGBUILD_EXTRAS
source = https://files.pythonhosted.org/packages/a9/66/5b77bdada4e7bc53e70391321b56713ace02392064de59473d27384e5d66/coqpit-0.0.16-py3-none-any.whl
diff --git a/PKGBUILD b/PKGBUILD
index a322dcffea6e..fdac9affb839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,8 @@ pkgrel=00
pkgdesc='Simple (maybe too simple), light-weight config management through python data-classes.'
arch=(any)
url=https://github.com/erogol/coqpit
-license=(custom:unknown)
-depends=(python )
-depends+=(python-stt-listen)
+license=(MIT)
+depends=(python)
makedepends=()
checkdepends=()
provides=()