community/calf to 0.90.3-1

This commit is contained in:
Kevin Mihelich 2019-07-18 12:42:57 +00:00
parent 4718f6332f
commit f4532fe691

View file

@ -6,17 +6,17 @@
# - remove --enable-sse from configure
pkgname=calf
pkgver=0.90.2
pkgver=0.90.3
pkgrel=1
pkgdesc='LV2 plug-in suite and standalone Jack host'
arch=('x86_64')
url="https://calf-studio-gear.org"
groups=('lv2-plugins' 'pro-audio')
license=('LGPL')
license=('LGPL2.1')
depends=('fftw' 'fluidsynth' 'gtk2')
makedepends=('lv2')
source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
sha256sums=('f0e9d36990ece7ae6334166ced5a2e02bbd8bcd2aa2ecad0efce0b4e6790c42e')
sha256sums=('e32bc23fb68f88729bdef361614fd9ac38627c774c35cd3c4eb611fca887a49f')
prepare(){
cd "$pkgname-$pkgver"
@ -34,6 +34,8 @@ build() {
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
install -vDm 644 {AUTHORS,ChangeLog,README} \
-t "${pkgdir}/usr/share/doc/${pkgname}"
}
# vim: ts=2 sw=2 et: