summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a482fad28183..e34d956ee7ba 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.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/trailofbits/cxx-common
arch = x86_64
license = Apache
@@ -10,10 +10,6 @@ pkgbase = cxx-common
makedepends = ninja
makedepends = git
makedepends = python2
- depends = openssl
- depends = ncurses
- depends = libxml2
- depends = zlib
options = staticlibs
options = !strip
source = https://github.com/trailofbits/cxx-common/archive/v0.1.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3ba404f6a202..19d2b33a2888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cxx-common
pkgver=0.1.1
-pkgrel=4
+pkgrel=5
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')
+depends=()
makedepends=('clang' 'cmake' 'ninja' 'git' 'python2') # python2 is needed for vcpkg's Z3
checkdepends=()
options=('staticlibs' '!strip')