mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/carla to 2.4.3-1
This commit is contained in:
parent
748c859026
commit
95414bb6ed
1 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
_name=Carla
|
||||
pkgname=carla
|
||||
pkgver=2.4.2
|
||||
pkgrel=2
|
||||
pkgver=2.4.3
|
||||
pkgrel=1
|
||||
pkgdesc="Audio Plugin Host"
|
||||
arch=(x86_64)
|
||||
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
||||
|
@ -46,7 +46,7 @@ package() {
|
|||
depends+=(libasound.so libfluidsynth.so libfreetype.so liblo.so libmagic.so
|
||||
libpulse.so libsndfile.so)
|
||||
|
||||
make NOOPT=true DEFAULT_QT=5 DESTDIR="$pkgdir/" PREFIX=/usr install -C $pkgname
|
||||
install -vDm 644 $pkgname/README.md -t "${pkgdir}/usr/share/doc/$pkgname/"
|
||||
make NOOPT=true DEFAULT_QT=5 DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname
|
||||
install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
}
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue