community/lash to 0.6.0~rc2-10

This commit is contained in:
Kevin Mihelich 2016-11-14 13:32:30 +00:00
parent b6aedd2624
commit cbaba4b4b1

View file

@ -8,7 +8,7 @@
pkgname=lash
pkgver=0.6.0~rc2
_relver=0.6.0.594
pkgrel=9
pkgrel=10
pkgdesc="A session management system for JACK and ALSA"
arch=('i686' 'x86_64')
#url="http://lash-audio.org"
@ -42,5 +42,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${_relver}"
make DESTDIR=${pkgdir} install
make DESTDIR="$pkgdir" install
}