summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-29 21:49:28 +0200
committerMarcell Meszaros2022-06-29 21:49:28 +0200
commit536460eda0767344c33fe120b409e02a77564165 (patch)
treecf091cfba85453ddf9a319b1fbfe21adfe914922
parentf2ac1f66fe17b2507e49e1e003af732649f7730c (diff)
downloadaur-536460eda0767344c33fe120b409e02a77564165.tar.gz
2.0.2-2: bump for newer build than last repo version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56500e71965e..9db566b7bd50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-selectors2
pkgdesc = Backported, durable, and portable selectors (for Python 2)
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/selectors2/2.0.2/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index afeaf0a07cf9..b3271abc2fba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='python2-selectors2'
_name="${pkgname#python2-}"
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Backported, durable, and portable selectors (for Python 2)'
arch=('any')
url="https://pypi.org/project/${_name}/${pkgver}/"