Date: Sunday, March 16, 2014 @ 20:56:14 Author: anatolik Revision: 207990
upgpkg: apache 2.4.9-1 Modified: apache/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-16 19:05:38 UTC (rev 207989) +++ PKGBUILD 2014-03-16 19:56:14 UTC (rev 207990) @@ -4,8 +4,8 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=apache -pkgver=2.4.7 -pkgrel=2 +pkgver=2.4.9 +pkgrel=1 pkgdesc='A high performance Unix-based HTTP server' arch=('i686' 'x86_64') url='http://www.apache.org/dist/httpd' @@ -22,9 +22,9 @@ depends=('zlib' 'apr-util' 'pcre') makedepends=('libxml2' 'lua' 'openssl') optdepends=( - 'lua: for mod_lua support' - 'openssl: for mod_ssl support' - 'libxml2: for mod_xml2enc support' + 'lua: for mod_lua module' + 'openssl: for mod_ssl module' + 'libxml2: for mod_proxy_html, mod_xml2enc modules' 'lynx: apachectl status' ) install=apache.install @@ -35,7 +35,7 @@ httpd.service arch.layout ) -sha256sums=('64368d8301836815ae237f2b62d909711c896c1bd34573771e0ee5ad808ce71b' +sha256sums=('f78cc90dfa47caf3d83ad18fd6b4e85f237777c1733fc9088594b70ce2847603' 'SKIP' '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf' '875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'
