Added new dependencies.
This commit is contained in:
parent
711582e93d
commit
2a2138f759
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Oliver Rümpelein <oli_r nospamat fg4f nospamdot de>; Siegfried Krug <siegfried nospamat fg4f nospamdot de>
|
||||
pkgname=x32edit
|
||||
pkgver=2.3
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Remote control and programm Behringer X32 consoles"
|
||||
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')
|
||||
depends_x86_64=('lib32-libxext' 'lib32-alsa-lib')
|
||||
depends_i686=('libxext' 'alsa-lib' 'freetype2' '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
|
||||
'http://www.behringer.com/assets/EULA_2012-09-12.pdf')
|
||||
md5sums=('35d978adf7f432a291ebcf7da4ec00ad'
|
||||
|
|
Loading…
Reference in a new issue