summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy09192016-06-12 21:12:22 +0800
committercondy09192016-06-12 21:12:22 +0800
commit4ac23db92bab8ab6da0da4594ee1d426e4cb4b9f (patch)
tree30b7d6378cd0689480b4aae8b5b45dfc077647ee
parent8c5959c0b2a63973503a161d038d94e5f7a2adb3 (diff)
downloadaur-4ac23db92bab8ab6da0da4594ee1d426e4cb4b9f.tar.gz
Add boost for makedependence.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c0be94b1af..62b55115a53a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jun 12 12:53:54 UTC 2016
+# Sun Jun 12 13:11:31 UTC 2016
pkgbase = crow-git
pkgdesc = Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
pkgver = r237.da4bb3a
@@ -10,6 +10,7 @@ pkgbase = crow-git
makedepends = git
makedepends = cmake
makedepends = make
+ makedepends = boost
depends = boost
provides = crow
conflicts = crow
diff --git a/PKGBUILD b/PKGBUILD
index c667dfa5dc29..666e54fb474f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/ipkn/crow"
license=('GPL')
depends=('boost')
-makedepends=('git' 'cmake' 'make')
+makedepends=('git' 'cmake' 'make' 'boost')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
optoptions=('gperftools: Fast, multi-threaded malloc and nifty performance analysis tools')