summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hahler2020-12-08 19:42:25 +0100
committerDaniel Hahler2020-12-08 19:42:25 +0100
commit83238aeb105f9204af93eaa7cd7c5b8aed6c8605 (patch)
tree576f90dc9ea7933c0347dc61290682b26bbb95d2
parent911fafa7a7445a8ea86cbe79751f21e74a27e66e (diff)
downloadaur-83238aeb105f9204af93eaa7cd7c5b8aed6c8605.tar.gz
Update for Python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a1bf67a112b..395447e43226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyrepl-git
pkgdesc = A Python library for building flexible command line interfaces
- pkgver = 0.9.0.29.g73bf331
+ pkgver = 0.9.0.32.g0f07d6d
pkgrel = 1
url = https://github.com/blueyed/pyrepl
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f6b94c62c213..a004ab8062c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# long time.
pkgname=python-pyrepl-git
_realpkg=pyrepl
-pkgver=0.9.0.29.g73bf331
+pkgver=0.9.0.32.g0f07d6d
pkgrel=1
pkgdesc="A Python library for building flexible command line interfaces"
url="https://github.com/blueyed/pyrepl"