summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-12-20 20:56:43 +0330
committerAmin Vakil2023-12-20 20:56:43 +0330
commitb9eccfdc783127491d55f9d28b23b5608ba2e277 (patch)
tree9b9a056be50b58b4fa44518c798594d4ac61665a /PKGBUILD
parente3e320e1f85481db8d6bac08315b63617e4ecdb8 (diff)
downloadaur-b9eccfdc783127491d55f9d28b23b5608ba2e277.tar.gz
Remove make docs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b7eec0de868..bc6d760a2a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: atweiden <archbaum@gmail.com>
pkgname=ansible-core-git
-pkgver=r51467.a30c55f68a
+pkgver=r54176.fa92228b506
pkgrel=1
pkgdesc='Radically simple IT automation platform'
arch=('any')
@@ -47,8 +47,6 @@ pkgver() {
build() {
cd "${srcdir}"/${pkgname}
python -m build --wheel --no-isolation
-
- make docs
}
package() {