From fd395c4262ff2b929c5f1c3b3b6cc42c2afe20ae Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 13 Feb 2018 13:38:04 +0000 Subject: [PATCH] community/csound to 6.10.0-8 --- community/csound/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/csound/PKGBUILD b/community/csound/PKGBUILD index db942b9b9..b4a167d7e 100644 --- a/community/csound/PKGBUILD +++ b/community/csound/PKGBUILD @@ -12,7 +12,7 @@ buildarch=22 pkgbase=csound pkgname=('csound' 'csound-doc') pkgver=6.10.0 -pkgrel=7 +pkgrel=8 pkgdesc="A programming language for sound rendering and signal processing." arch=('x86_64') url="http://csound.com" @@ -67,10 +67,10 @@ package_csound() { package_csound-doc() { license=('LGPL' 'GPL') install -vDm644 Csound${pkgver}_manual.pdf \ - "${pkgdir}/usr/share/doc/${pkgbase}/${pkgbase}-manual.pdf" + "${pkgdir}/usr/share/doc/${pkgname[1]}/${pkgbase}-manual.pdf" - install -dv "${pkgdir}/usr/share/doc/${pkgbase}/html" - cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgbase}/html" + install -dv "${pkgdir}/usr/share/doc/${pkgname[1]}/html" + cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname[1]}/html" # fix file permissions find "${pkgdir}" -type f -exec chmod -c 644 {} \; }