summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-12-12 17:59:34 +0100
committerStephan Springer2019-12-12 17:59:34 +0100
commit02b9fa944d08f9899411b154ba2827a690db5af0 (patch)
tree0e2a30ca19fc8a2087c17ff607879349b5580070
parenteabbb10cf30fbe1567429b0484db795a8538b92f (diff)
downloadaur-python-async-timeout-gns3.tar.gz
bump pkgrel due to Python update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56446e951fd6..6618cc77b8fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-async-timeout-gns3
pkgdesc = Asyncio-compatible timeout class (GNS3)
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aio-libs/async-timeout
arch = any
groups = gns3
diff --git a/PKGBUILD b/PKGBUILD
index 3f0a970657b6..dfd4b3256b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=async-timeout
pkgname=python-"$_pkgname"-gns3
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Asyncio-compatible timeout class (GNS3)'
arch=('any')
url="https://github.com/aio-libs/async-timeout"