summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwasertech2022-11-23 18:05:15 +0100
committerwasertech2022-11-23 18:05:15 +0100
commit8cf37ea879caf23ad86862b810487d6d18245f39 (patch)
treeeadaff755c9a6476b53729083ad54375f94628ec /PKGBUILD
parentd3611fbb35b3f8ecebdbf5cd7c67be53ca070d2c (diff)
downloadaur-8cf37ea879caf23ad86862b810487d6d18245f39.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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=()