diff options
Diffstat (limited to 'community/py3-automat/APKBUILD')
-rw-r--r-- | community/py3-automat/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-automat/APKBUILD b/community/py3-automat/APKBUILD index d79ba8df67..825231f571 100644 --- a/community/py3-automat/APKBUILD +++ b/community/py3-automat/APKBUILD @@ -4,14 +4,14 @@ pkgname=py3-automat _pkgname=Automat pkgver=0.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="Self-service finite-state machines for the programmer on the go" url="https://automat.readthedocs.io/" arch="noarch" license="MIT" depends="py3-attrs py3-six" makedepends="py3-setuptools" -checkdepends="py3-graphviz py3-twisted pytest" +checkdepends="py3-graphviz py3-twisted py3-pytest" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |