summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2015-12-12 09:54:47 -0500
committerP.A. López-Valencia2015-12-12 09:54:47 -0500
commit3024f9fa69198b3cdff7195d6af21d82bdf666e8 (patch)
tree7dfde94f1aedf9a453c9f2450419124fff04e3df
parent3ff3b90139e3f0f34795c44c8fdff924c84f232e (diff)
downloadaur-cherokee-git.tar.gz
cherokee-git 1.2.104.r5817
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3faa0c030517..8b8feca8f282 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
+# Generated by mksrcinfo v8
+# Sat Dec 12 14:53:34 UTC 2015
pkgbase = cherokee-git
- pkgdesc = A very fast, flexible and easy to configure Web Server
- pkgver = 1.2.104.r5816
- pkgrel = 2
+ pkgdesc = A very fast, flexible and easy to configure Web Server.
+ pkgver = 1.2.104.r5817
+ pkgrel = 1
url = http://www.cherokee-project.com/
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
makedepends = libldap
makedepends = pam
makedepends = libmariadbclient
diff --git a/PKGBUILD b/PKGBUILD
index be6ff3a6eead..16366daf5a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,15 @@
# Contributor: dieghen89 <dieghen89 at gmail dot com>
pkgname=cherokee-git
-pkgver=1.2.104.r5816
-pkgrel=2
-pkgdesc="A very fast, flexible and easy to configure Web Server"
+pkgver=1.2.104.r5817
+pkgrel=1
+pkgdesc="A very fast, flexible and easy to configure Web Server. "
arch=('i686' 'x86_64')
url="http://www.cherokee-project.com/"
license=('GPL2')
depends=('openssl' 'pcre' 'python2')
-makedepends=('libldap' 'pam' 'libmariadbclient' 'php-fpm' 'ffmpeg' 'geoip' 'rrdtool')
+makedepends=('git' 'libldap' 'pam' 'libmariadbclient'
+ 'php-fpm' 'ffmpeg' 'geoip' 'rrdtool')
optdepends=('libldap: ldap validator'
'pam: pam validator'
'php-fpm: php5 support'