summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2020-11-28 07:38:47 +0100
committerrazer2020-11-28 07:38:47 +0100
commitf4f535883733743ed4b222d6feca4c97ab67689f (patch)
treeb9d3273a8eac9f7c596528cdcc2c766c33166fc0
parent4898880496db4f7ed768627de3e7a64944381072 (diff)
downloadaur-f4f535883733743ed4b222d6feca4c97ab67689f.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 854e669f12c1..4a4ba239df81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pyserial-asyncio
pkgdesc = Asyncio extension package for pyserial
- pkgver = 0.4
- pkgrel = 1
+ pkgver = 0.5
+ 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.4.tar.gz
- md5sums = 67244fdc11cc31cf0ebf675c271c71d8
+ source = https://pypi.io/packages/source/p/pyserial-asyncio/pyserial-asyncio-0.5.tar.gz
+ sha256sums = 1641e5433a866eeaf6464b3ab88b741e7a89dd8cd0f851b3343b15f425138d33
pkgname = python-pyserial-asyncio
diff --git a/PKGBUILD b/PKGBUILD
index c9c81b958fff..4fa90f8942ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-pyserial-asyncio
_pypi_pkgname=pyserial-asyncio
-pkgver=0.4
-pkgrel=1
+pkgver=0.5
+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")
-md5sums=('67244fdc11cc31cf0ebf675c271c71d8')
+sha256sums=('1641e5433a866eeaf6464b3ab88b741e7a89dd8cd0f851b3343b15f425138d33')
build() {
cd "$srcdir/pyserial-asyncio-$pkgver"