summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-02-28 21:03:43 -0600
committerLuis Martinez2022-02-28 21:03:43 -0600
commit5723ea4895a6a44978336ca261b0ef7e3033ef55 (patch)
treecddbc193a663b55176966f82808a6df705a7eb40 /PKGBUILD
parentdae8621f000bae914090d9eec9be688a098a42ef (diff)
downloadaur-5723ea4895a6a44978336ca261b0ef7e3033ef55.tar.gz
update to 2.1.68
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99c774e17895..dfc9d748a6a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.67
+pkgver=2.1.68
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'
@@ -27,6 +27,7 @@ validpgpkeys=('A1FE765B15233EAD18FA6ABB93E55CB567B5C626')
build() {
cd "$pkgname"
+ ## requires python-flit-core>=2,<3
python -m build --wheel --skip-dependency-check --no-isolation
cd docs
make man