summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7b0402141a9..5f9b6e3a8c44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ansible-core-git
pkgdesc = Radically simple IT automation platform
- pkgver = r51467.a30c55f68a
+ pkgver = r54176.fa92228b506
pkgrel = 1
url = https://github.com/ansible/ansible
arch = any
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() {