summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2022-02-13 20:55:08 -0600
committerkyechou2022-02-13 20:55:08 -0600
commit1fef41b60085c4188b06e5776a8edf94f5fe5065 (patch)
tree6e11167a771b64789ae08f87743b8a39e5b78850
parent201ac08c537a0d80d1aa6ad07a029d83cc33c72d (diff)
downloadaur-1fef41b60085c4188b06e5776a8edf94f5fe5065.tar.gz
Add missing build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da2b8b9e4ba..4168048bb9e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cxx-common
pkgdesc = Common dependency management for various Trail of Bits C++ codebases
pkgver = 0.1.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lifting-bits/cxx-common
arch = x86_64
license = Apache
@@ -11,6 +11,7 @@ pkgbase = cxx-common
makedepends = ninja
makedepends = git
makedepends = python
+ makedepends = python-setuptools
options = staticlibs
options = !strip
source = https://github.com/lifting-bits/cxx-common/archive/refs/tags/v0.1.8.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 77b19812c15f..f464da1d0f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=cxx-common
pkgver=0.1.8
-pkgrel=2
+pkgrel=3
pkgdesc="Common dependency management for various Trail of Bits C++ codebases"
arch=('x86_64')
url="https://github.com/lifting-bits/cxx-common"
license=('Apache')
depends=()
-makedepends=('clang' 'lld' 'cmake' 'ninja' 'git' 'python')
+makedepends=('clang' 'lld' 'cmake' 'ninja' 'git' 'python' 'python-setuptools')
checkdepends=()
options=('staticlibs' '!strip')
source=("https://github.com/lifting-bits/cxx-common/archive/refs/tags/v${pkgver}.tar.gz")