summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-11-10 18:12:06 +0100
committerrazer2021-11-10 18:12:06 +0100
commitc77996f2947b4670f0e63df19b6d9880781810fc (patch)
tree7c5fc2134a76db83e2bac186f7448731c5e70312
parent62e6539587410e7efc393846f6a32c2d1eb3f43e (diff)
downloadaur-c77996f2947b4670f0e63df19b6d9880781810fc.tar.gz
version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a226a10f2ee..2e7725005c05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-pyserial-asyncio
pkgdesc = Asyncio extension package for pyserial
- pkgver = 0.0
+ pkgver = 0.6
pkgrel = 0
url = https://github.com/pyserial/pyserial-asyncio
arch = any
license = BSD
depends = python-pyserial
- source = https://pypi.io/packages/source/p/pyserial-asyncio/pyserial-asyncio-0.0.tar.gz
+ source = https://pypi.io/packages/source/p/pyserial-asyncio/pyserial-asyncio-0.6.tar.gz
sha256sums = b6032923e05e9d75ec17a5af9a98429c46d2839adfaf80604d52e0faacd7a32f
pkgname = python-pyserial-asyncio
diff --git a/PKGBUILD b/PKGBUILD
index 37c3b3e1a192..6005c7573d74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyserial-asyncio
_pypi_pkgname=pyserial-asyncio
-pkgver=0.0
+pkgver=0.6
pkgrel=0
pkgdesc="Asyncio extension package for pyserial "
arch=(any)