summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cff41f932b8..5702e3fb4ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.73
+pkgver=2.1.74
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'
@@ -29,8 +29,7 @@ build() {
cd "$pkgname"
## requires python-flit-core>=2,<3
python -m build --wheel --skip-dependency-check --no-isolation
- cd docs
- make man
+ make -C docs man
}
## 25 minutes to run a test suite lol no thanks