summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e03ccc9fa04a..13364ed57bf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cxx-common
pkgdesc = Common dependency management for various Trail of Bits C++ codebases
pkgver = 0.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/trailofbits/cxx-common
arch = x86_64
license = Apache
- makedepends = clang
makedepends = cmake
makedepends = ninja
makedepends = git
+ makedepends = python2
depends = openssl
depends = ncurses
depends = libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 37537f8e2a81..280a28d1456d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=cxx-common
pkgver=0.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Common dependency management for various Trail of Bits C++ codebases"
arch=('x86_64')
url="https://github.com/trailofbits/cxx-common"
license=('Apache')
depends=('openssl' 'ncurses' 'libxml2' 'zlib')
-makedepends=('clang' 'cmake' 'ninja' 'git')
+makedepends=('cmake' 'ninja' 'git' 'python2') # python2 is needed for vcpkg's Z3
checkdepends=()
options=('staticlibs' '!strip')
source=("https://github.com/trailofbits/cxx-common/archive/v${pkgver}.tar.gz")