summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-03-25 12:17:32 -0500
committerLuis Martinez2022-03-25 12:17:32 -0500
commit95839c8e91bf739886721aa9da06b50ec9014fa7 (patch)
tree661e4042bed6f03bdfbd6eb4d8e585b397698184 /PKGBUILD
parent779b7bc64b25fa81de76320a460c12fc51640a70 (diff)
downloadaur-95839c8e91bf739886721aa9da06b50ec9014fa7.tar.gz
update to 2.1.74
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