summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01c203960cd..f8c7d5b46f14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ansible-core-git
pkgdesc = Radically simple IT automation platform
- pkgver = r54176.fa92228b506
+ pkgver = r54368.802e95f5808
pkgrel = 1
url = https://github.com/ansible/ansible
arch = any
@@ -9,7 +9,6 @@ pkgbase = ansible-core-git
makedepends = python-docutils
makedepends = python-installer
makedepends = python-setuptools
- makedepends = python-straight.plugin
makedepends = python-wheel
makedepends = git
depends = python
@@ -17,7 +16,7 @@ pkgbase = ansible-core-git
depends = python-paramiko
depends = python-jinja
depends = python-resolvelib
- depends = python-typing-extensions
+ depends = python-typing_extensions
optdepends = sshpass: for ssh connections with password
optdepends = python-passlib: crypt values for vars_prompt
optdepends = python-netaddr: for the ipaddr filter
diff --git a/PKGBUILD b/PKGBUILD
index b013858617df..851bdb322378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
# Contributor: atweiden <archbaum@gmail.com>
pkgname=ansible-core-git
-pkgver=r54176.fa92228b506
+pkgver=r54368.802e95f5808
pkgrel=1
pkgdesc='Radically simple IT automation platform'
arch=('any')
url='https://github.com/ansible/ansible'
license=('GPL3')
-depends=('python' 'python-pyyaml' 'python-paramiko' 'python-jinja' 'python-resolvelib' 'python-typing-extensions')
+depends=('python' 'python-pyyaml' 'python-paramiko' 'python-jinja' 'python-resolvelib' 'python-typing_extensions')
provides=('ansible-core' 'python-ansible')
replaces=('ansible-core' 'python-ansible')
conflicts=('ansible-core' 'python-ansible')
@@ -28,7 +28,7 @@ optdepends=('sshpass: for ssh connections with password'
'python-jmespath: json_query support'
'python-pip: for module to manage Python libarary dependencies'
'python-setuptools: for module to manage Python libarary dependencies')
-makedepends=('python-build' 'python-docutils' 'python-installer' 'python-setuptools' 'python-straight.plugin' 'python-wheel' 'git')
+makedepends=('python-build' 'python-docutils' 'python-installer' 'python-setuptools' 'python-wheel' 'git')
source=($pkgname::git+https://github.com/ansible/ansible.git)
sha512sums=('SKIP')