[arch-commits] Commit in lighttpd/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sun Apr 8 13:26:32 UTC 2012
Date: Sunday, April 8, 2012 @ 09:26:32
Author: pierre
Revision: 155879
rename sqlite3 to sqlite
Modified:
lighttpd/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-08 11:00:49 UTC (rev 155878)
+++ PKGBUILD 2012-04-08 13:26:32 UTC (rev 155879)
@@ -9,11 +9,11 @@
arch=('i686' 'x86_64')
url="http://www.lighttpd.net/"
depends=('pcre' 'bzip2' 'libldap' 'util-linux')
-makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig')
+makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 'pkgconfig')
optdepends=('libxml2: mod_webdav'
'lua: mod_cml/mod_magnet'
'libmysqlclient: mod_mysql_vhost'
- 'sqlite3: mod_webdav')
+ 'sqlite: mod_webdav')
backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
options=('!libtool' 'emptydirs')
source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"
More information about the arch-commits
mailing list