summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-12-13 18:51:56 -0600
committerLuis Martinez2021-12-13 18:51:56 -0600
commit4a94b7f6102c55584c8776eb3ea3e2386c9b75c1 (patch)
tree9f8de139f91b2289b4b9ebfcb1fb4477502edd2b
parentbc921443bf74319cd4e03a8e715e121725fdf876 (diff)
downloadaur-4a94b7f6102c55584c8776eb3ea3e2386c9b75c1.tar.gz
python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6ae2a30e09..afc63fc33db9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
pkgver = 2.1.56
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pantsbuild/pex
changelog = CHANGES.rst
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 453ccd717737..21f82df677bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-pex
pkgver=2.1.56
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc='Generates executable Python environments'
url='https://github.com/pantsbuild/pex'