summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-08-06 19:36:05 +0200
committerM0Rf302023-08-06 19:36:05 +0200
commit2f38f59881cf2c952fe2860161eaadeba37caa52 (patch)
treee012f7342c91e77b209026ffa645a655ebcecc1b
parent5cc8edf21db84a759acbb83c369f829b2ae919f1 (diff)
downloadaur-2f38f59881cf2c952fe2860161eaadeba37caa52.tar.gz
python-panphon: add python-yaml dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6083f5e5a519..f6fdbcafd2a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-panphon
pkgdesc = Python package and data files for manipulating phonological segments (phones, phonemes) in terms of universal phonological features.
pkgver = 0.19.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dmort27/panphon
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-panphon
depends = python-editdistance
depends = python-munkres
depends = python-numpy
- depends = python-pyaml
+ depends = python-yaml
depends = python-regex
depends = python-unicodecsv
options = !emptydirs
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')