From 3489979f3db46dcdec914243eb6fa11d769d9975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Tue, 3 Feb 2015 13:14:10 +0100 Subject: [PATCH] Removed pcre dep. from i686 (is in core) --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 611177e..c9da7da 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')