summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy09192017-10-09 05:31:52 +0800
committercondy09192017-10-09 05:31:52 +0800
commitff555f3bac60c251e94a578f843fe70d454f71fa (patch)
tree1b9c5e894c643c5d510d22f306612408e6bfdccb
parent4ac23db92bab8ab6da0da4594ee1d426e4cb4b9f (diff)
downloadaur-ff555f3bac60c251e94a578f843fe70d454f71fa.tar.gz
add: python makedepends
change: version bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62b55115a53a..abfd35e36e28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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
+ pkgver = r351.16a0f6b
pkgrel = 1
url = https://github.com/ipkn/crow
arch = any
@@ -11,6 +9,7 @@ pkgbase = crow-git
makedepends = cmake
makedepends = make
makedepends = boost
+ makedepends = python
depends = boost
provides = crow
conflicts = crow
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')