summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lamprecht2022-11-29 17:52:15 +0100
committerThomas Lamprecht2022-11-29 17:52:32 +0100
commit6b808dcad29918c68ee05b205e81702e9089fce1 (patch)
tree728b6a5e76ca770fdc21e0cef89372c0067567d5
parent5638ce3dae97c5e517f79190f805952e3672e10e (diff)
downloadaur-6b808dcad29918c68ee05b205e81702e9089fce1.tar.gz
man pages: fix passing package version to sphinx
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 598453064521..73c349afaf8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ build() {
cd docs
- BUILD_MODE=release make proxmox-backup-client.1 pxar.1
+ DEB_VERSION_UPSTREAM="$pkgver" DEB_VERSION="${pkgver%.*}" BUILD_MODE=release make proxmox-backup-client.1 pxar.1
}
check() {