diff options
| -rw-r--r-- | abs/core-testing/flac/PKGBUILD | 4 | ||||
| -rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 5 | 
2 files changed, 4 insertions, 5 deletions
| diff --git a/abs/core-testing/flac/PKGBUILD b/abs/core-testing/flac/PKGBUILD index ce31e8b..f28b964 100644 --- a/abs/core-testing/flac/PKGBUILD +++ b/abs/core-testing/flac/PKGBUILD @@ -3,13 +3,13 @@  # Contributor: Tom Newsom <Jeepster@gmx.co.uk>  pkgname=flac  pkgver=1.2.1 -pkgrel=1 +pkgrel=2  pkgdesc="Free Lossless Audio Codec"  license=('custom:Xiph' 'LGPL' 'GPL' 'FDL')  url="http://flac.sourceforge.net/"  arch=(i686 x86_64)  options=('!libtool') -depends=('glibc' 'libogg') +depends=('glibc' 'libogg' 'xmms')  makedepends=('nasm' 'xmms')  source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \  	flac-1.2.1-gcc43.patch) diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD index 1c64bbf..d0811ae 100644 --- a/abs/core-testing/lighttpd/PKGBUILD +++ b/abs/core-testing/lighttpd/PKGBUILD @@ -3,16 +3,15 @@  pkgname=lighttpd  pkgver=1.4.20 -pkgrel=34 +pkgrel=35  pkgdesc='a secure, fast, compliant and very flexible web-server'  license=('custom')  arch=('i686' 'x86_64')  url="http://www.lighttpd.net/" -depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap') +depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'lua')  makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig')  optdepends=('libxml2: mod_webdav' \              'e2fsprogs: mod_webdav' \ -            'lua: mod_cml/mod_magnet' \              'libmysqlclient: mod_mysql_vhost' \              'sqlite3: mod_webdav' \              'gdbm: mod_trigger_b4_dl' \ | 
