summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 666e54fb474f..808e41f74809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: condy chen <condy0919@gmail.com>
pkgname=crow-git
-pkgver=r237.da4bb3a
+pkgver=r351.16a0f6b
pkgrel=1
pkgdesc='Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)'
arch=('any')
url="https://github.com/ipkn/crow"
license=('GPL')
depends=('boost')
-makedepends=('git' 'cmake' 'make' 'boost')
+makedepends=('git' 'cmake' 'make' 'boost' 'python')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
optoptions=('gperftools: Fast, multi-threaded malloc and nifty performance analysis tools')