summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-10-16 07:36:57 +0200
committerrazer2021-10-16 07:36:57 +0200
commit62e6539587410e7efc393846f6a32c2d1eb3f43e (patch)
tree212edb2f573af45a423bdceb98339c79c5389f24
parentfcb30a5363ee63ca8c76c3040618e9921dd693df (diff)
downloadaur-62e6539587410e7efc393846f6a32c2d1eb3f43e.tar.gz
version bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 368e1414b61b..3a226a10f2ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-pyserial-asyncio
pkgdesc = Asyncio extension package for pyserial
- pkgver = 0.5
- pkgrel = 1
+ pkgver = 0.0
+ 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.5.tar.gz
- sha256sums = 1641e5433a866eeaf6464b3ab88b741e7a89dd8cd0f851b3343b15f425138d33
+ source = https://pypi.io/packages/source/p/pyserial-asyncio/pyserial-asyncio-0.0.tar.gz
+ sha256sums = b6032923e05e9d75ec17a5af9a98429c46d2839adfaf80604d52e0faacd7a32f
pkgname = python-pyserial-asyncio
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a4db63bc980..37c3b3e1a192 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-pyserial-asyncio
_pypi_pkgname=pyserial-asyncio
-pkgver=0.5
-pkgrel=1
+pkgver=0.0
+pkgrel=0
pkgdesc="Asyncio extension package for pyserial "
arch=(any)
url="https://github.com/pyserial/pyserial-asyncio"
license=('BSD')
depends=('python-pyserial')
source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('1641e5433a866eeaf6464b3ab88b741e7a89dd8cd0f851b3343b15f425138d33')
+sha256sums=('b6032923e05e9d75ec17a5af9a98429c46d2839adfaf80604d52e0faacd7a32f')
build() {
cd "$srcdir/pyserial-asyncio-$pkgver"