summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2022-08-22 13:51:03 +0200
committerClaudia Pellegrino2022-08-22 13:51:03 +0200
commit3f08239d86146553d468616c08e1380367db667e (patch)
treee6eff69f0b13c9ac11567dc640bdb0f100c85b6d
parent8be89c6cd87bc929d937ac0c4b8ed61706c20d0b (diff)
downloadaur-3f08239d86146553d468616c08e1380367db667e.tar.gz
Add missing makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c07cec09f322..31115e5bfa27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = python-pip-audit-git
pkgdesc = A tool for scanning Python environments for known vulnerabilities
pkgver = r280.0ea49c4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/trailofbits/pip-audit
arch = any
license = Apache
makedepends = git
+ makedepends = python-build
makedepends = python-flit
makedepends = python-installer
+ makedepends = python-wheel
depends = python-pip-api>=0.0.28
depends = python-pip-requirements-parser
depends = python-packaging
diff --git a/PKGBUILD b/PKGBUILD
index 6472e715f7c1..f8858fbb3535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pip-audit-git
_gitpkgname=pip-audit
pkgver=r280.0ea49c4
-pkgrel=2
+pkgrel=3
pkgdesc='A tool for scanning Python environments for known vulnerabilities'
arch=('any')
url='https://github.com/trailofbits/pip-audit'
@@ -29,7 +29,13 @@ depends=(
'python-lockfile'
'python-cyclonedx-lib'
)
-makedepends=('git' 'python-flit' 'python-installer')
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-flit'
+ 'python-installer'
+ 'python-wheel'
+)
conflicts=('python-pip-audit')
options=('!strip')
source=("${_gitpkgname}::git+https://github.com/trailofbits/pip-audit.git")