First splitted draft
This commit is contained in:
parent
02fe757a4f
commit
622016df6c
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Oliver Rümpelein <oli_r nospamat fg4f nospamdot de>; Siegfried Krug <siegfried nospamat fg4f nospamdot de>
|
||||
pkgname=x32-edit
|
||||
pkgname=x32-edit-x64
|
||||
pkgver=2.3
|
||||
pkgrel=1
|
||||
pkgdesc="Program for preprogramm or remote control your Behringer X32 console"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.behringer.com/EN/products/X32.aspx"
|
||||
license=('unknown')
|
||||
depends=('lib32-libxext' 'lib32-alsa-lib')
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Maintainer: Oliver Rümpelein <oli_r nospamat fg4f nospamdot de>; Siegfried Krug <siegfried nospamat fg4f nospamdot de>
|
||||
pkgname=x32-edit
|
||||
pkgname=x32-edit-i686
|
||||
pkgver=2.3
|
||||
pkgrel=1
|
||||
pkgdesc="Program for preprogramm or remote control your Behringer X32 console"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('i686')
|
||||
url="http://www.behringer.com/EN/products/X32.aspx"
|
||||
license=('unknown')
|
||||
depends=('lib32-libxext' 'lib32-alsa-lib')
|
||||
depends=('libxext' 'alsa-lib')
|
||||
_archive="X32-Edit_V${pkgver}_LINUX.tar.gz"
|
||||
source=(http://www.behringerdownload.de/X32/${_archive})
|
||||
md5sums=('35d978adf7f432a291ebcf7da4ec00ad')
|
||||
|
|
Loading…
Reference in a new issue