summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2020-12-25 21:55:39 +0000
committerJaroslav Lichtblau2020-12-25 21:55:39 +0000
commitf2c2aabdbf3483e0ab298ba392d6d04c181d8e76 (patch)
tree082faeb27aa94974c25b89a0f514a4d8e610f09c
parent4f54ef83c1a4876dadfdec234f821e59b5ab3558 (diff)
downloadaur-f2c2aabdbf3483e0ab298ba392d6d04c181d8e76.tar.gz
- new upstream release
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0285b5d755b0..dcdda96de82e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgbase=python-selectors2
pkgname=('python2-selectors2' 'python-selectors2')
-pkgver=2.0.1
-pkgrel=6
+pkgver=2.0.2
+pkgrel=1
arch=('any')
url='https://github.com/SethMichaelLarson/selectors2'
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgbase-$pkver.tar.gz::https://github.com/SethMichaelLarson/selectors2/archive/$pkgver.tar.gz)
-sha256sums=('482ee6168dad08fc46db82d99bc28be4b4256512809d39191d232c412d6293b4')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/SethMichaelLarson/selectors2/archive/$pkgver.tar.gz)
+sha256sums=('43e80168bec134ada813d4126b8eac071450bad8ec1bbdd91ec6481050dbc87e')
package_python-selectors2() {
pkgdesc='Backported, durable, and portable selectors.'