summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2022-03-09 05:43:45 +0100
committerrazer2022-03-09 05:43:45 +0100
commitbef947e96f41b0aafe3f99193d8fdb1732236998 (patch)
tree7d7e40f83fe27d2e0399958d6e812ff5e2280310
parent0a01c345d1ce4ffc34591559fcc574dff0106084 (diff)
downloadaur-bef947e96f41b0aafe3f99193d8fdb1732236998.tar.gz
version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a38bd8fb199a..09decca2f3b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-pyserial-asyncio
pkgdesc = Asyncio extension package for pyserial
pkgver = 0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pyserial/pyserial-asyncio
arch = any
license = BSD
+ makedepends = python-setuptools
depends = python-pyserial
source = https://pypi.io/packages/source/p/pyserial-asyncio/pyserial-asyncio-0.6.tar.gz
sha256sums = b6032923e05e9d75ec17a5af9a98429c46d2839adfaf80604d52e0faacd7a32f
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')