summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2021-12-14 13:57:12 +0100
committerrazer2021-12-14 13:57:12 +0100
commit0a01c345d1ce4ffc34591559fcc574dff0106084 (patch)
tree933845f4eca797dce3c56ee612995adb51aae18d /PKGBUILD
parentc77996f2947b4670f0e63df19b6d9880781810fc (diff)
downloadaur-0a01c345d1ce4ffc34591559fcc574dff0106084.tar.gz
Force reinstall for python 3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6005c7573d74..721188301be7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pyserial-asyncio
_pypi_pkgname=pyserial-asyncio
pkgver=0.6
-pkgrel=0
+pkgrel=1
pkgdesc="Asyncio extension package for pyserial "
arch=(any)
url="https://github.com/pyserial/pyserial-asyncio"