==> ОШИБКА: license should be an array
==> ОШИБКА: conflicts should be an array
==> ОШИБКА: md5sums should be an array
==> ОШИБКА: source should be an array
# Maintainer : Maximilien Noal <noal dot maximilien at gmail dot com>
pkgname=xfce4-volumed-pulse
pkgver=0.2.0
pkgrel=3
pkgdesc='A volume keys control daemon for Xfce (pulseaudio fork from Xubuntu)'
arch=('i686' 'x86_64')
license='GPL3'
conflicts='xfce4-volumed'
url='https://launchpad.net/xfce4-volumed-pulse'
depends=('libnotify' 'pulseaudio' 'libkeybinder2')
optdepends=('xfconf: to store/modify the selected sound card'
'xfce4-notifyd: for OSD notifications')
md5sums='e70d8a2b2c6e36bf28bda47927e3756e'
source='https://launchpad.net/xfce4-volumed-pulse/trunk/0.2.0/+download/xfce4-volumed-pulse-0.2.0.tar.bz2'
build() {
tar xvjf ${pkgname}-${pkgver}.tar.bz2
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
Чё ему надо? Я его не понимаю.)