summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302023-08-06 19:36:05 +0200
committerM0Rf302023-08-06 19:36:05 +0200
commit2f38f59881cf2c952fe2860161eaadeba37caa52 (patch)
treee012f7342c91e77b209026ffa645a655ebcecc1b /PKGBUILD
parent5cc8edf21db84a759acbb83c369f829b2ae919f1 (diff)
downloadaur-2f38f59881cf2c952fe2860161eaadeba37caa52.tar.gz
python-panphon: add python-yaml dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89ce3c7d952c..92448c7ab231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-panphon
pkgver=0.19.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python package and data files for manipulating phonological segments (phones, phonemes) in terms of universal phonological features."
arch=('any')
-depends=('python' 'python-editdistance' 'python-munkres' 'python-numpy' 'python-pyaml' 'python-regex' 'python-unicodecsv')
+depends=('python' 'python-editdistance' 'python-munkres' 'python-numpy' 'python-yaml' 'python-regex' 'python-unicodecsv')
makedepends=('python-setuptools')
url="https://github.com/dmort27/panphon"
license=('MIT')