diff options
-rw-r--r-- | testing/py-pyphen/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/py-pyphen/APKBUILD b/testing/py-pyphen/APKBUILD index f3a4069661..27c5574572 100644 --- a/testing/py-pyphen/APKBUILD +++ b/testing/py-pyphen/APKBUILD @@ -1,6 +1,5 @@ -# Contributor: # Contributor: Stefan Wagner <stw@bit-strickerei.de> -# Maintainer: +# Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py-pyphen _pkgname=Pyphen pkgver=0.9.5 @@ -9,7 +8,7 @@ pkgdesc="python-based dictionary hyphenator library" url="http://www.pyphen.org/" arch="noarch" license="GPL-2.0-or-later MPL LGPL-2.0-or-later" -makedepends="python2-dev python3-dev py-setuptools" +makedepends="python2-dev python3-dev py2-setuptools py3-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |