summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 721188301be7..c822e109dfbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-pyserial-asyncio
_pypi_pkgname=pyserial-asyncio
pkgver=0.6
-pkgrel=1
-pkgdesc="Asyncio extension package for pyserial "
+pkgrel=2
+pkgdesc="Asyncio extension package for pyserial"
arch=(any)
url="https://github.com/pyserial/pyserial-asyncio"
license=('BSD')
depends=('python-pyserial')
+makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
sha256sums=('b6032923e05e9d75ec17a5af9a98429c46d2839adfaf80604d52e0faacd7a32f')