Removed pcre dep. from i686 (is in core)

This commit is contained in:
Oliver Rümpelein 2015-02-03 13:14:10 +01:00
parent 2a2138f759
commit 3489979f3d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="http://www.behringer.com/EN/products/X32.aspx"
license=('custom:MUSIC Group End User License Agreement')
install=${pkgname}.install
depends_i686=('libxext' 'alsa-lib' 'freetype2' 'pcre')
depends_i686=('libxext' 'alsa-lib' 'freetype2')
depends_x86_64=('lib32-libxext' 'lib32-alsa-lib' 'lib32-freetype2' 'lib32-pcre')
source=(http://www.behringerdownload.de/X32/X32-Edit_V${pkgver}_LINUX.tar.gz
'http://www.behringer.com/assets/EULA_2012-09-12.pdf')