Removed pcre dep. from i686 (is in core)
This commit is contained in:
parent
2a2138f759
commit
3489979f3d
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
|
||||||
url="http://www.behringer.com/EN/products/X32.aspx"
|
url="http://www.behringer.com/EN/products/X32.aspx"
|
||||||
license=('custom:MUSIC Group End User License Agreement')
|
license=('custom:MUSIC Group End User License Agreement')
|
||||||
install=${pkgname}.install
|
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')
|
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
|
source=(http://www.behringerdownload.de/X32/X32-Edit_V${pkgver}_LINUX.tar.gz
|
||||||
'http://www.behringer.com/assets/EULA_2012-09-12.pdf')
|
'http://www.behringer.com/assets/EULA_2012-09-12.pdf')
|
||||||
|
|
Loading…
Reference in a new issue