Skip to content

Commit

Permalink
Use gardar branch with python-packaging 23.0 issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aminvakil committed Oct 28, 2023
1 parent 0a16b9c commit 1ada514
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ansible-cmdb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pkgbase = ansible-cmdb
pkgdesc = Generate host overview from ansible fact gathering output.
pkgver = 1.31
pkgrel = 1
pkgrel = 2
url = https://github.com/fboender/ansible-cmdb
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
depends = python-mako
depends = python-pyyaml
source = ansible-cmdb-1.31-1.tar.gz::https://github.com/fboender/ansible-cmdb/archive/1.31.tar.gz
sha256sums = 8de9a02e3f0740967537850f6263756dca1bf506cd95c1f2ef7f4ee6d9ff23b8
source = git+https://github.com/gardar/ansible-cmdb.git#branch=fix-build
sha256sums = SKIP

pkgname = ansible-cmdb
7 changes: 4 additions & 3 deletions ansible-cmdb/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

pkgname=ansible-cmdb
pkgver=1.31
pkgrel=1
pkgrel=2
pkgdesc="Generate host overview from ansible fact gathering output."
arch=('any')
url="https://github.com/fboender/ansible-cmdb"
license=('GPL3')
depends=('python' 'python-mako' 'python-pyyaml')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('8de9a02e3f0740967537850f6263756dca1bf506cd95c1f2ef7f4ee6d9ff23b8')
# source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::${url}/archive/${pkgver}.tar.gz")
source=("git+https://github.com/gardar/ansible-cmdb.git#branch=fix-build")
sha256sums=('SKIP')

build() {
cd "$srcdir/${pkgname}-${pkgver}"
Expand Down

0 comments on commit 1ada514

Please sign in to comment.