summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesc Ortiz2022-06-30 13:06:44 +0200
committerFrancesc Ortiz2022-06-30 13:06:44 +0200
commit9c995eaae91779ab525004a2c4a6370e1c0d5f42 (patch)
tree8d0db387a79197cbc1b2159a1c6c8f1ad2d902b4
parentf1f1d37d0234f96b8b01f11fee50553263e906e9 (diff)
downloadaur-9c995eaae91779ab525004a2c4a6370e1c0d5f42.tar.gz
namcap issues:
- Add alsa-lib as optional. - move the license to a directory matching the $pkgname.
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b120ca28959..0b031ee7c6a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ url="https://reaper.fm"
license=('custom')
depends=('gtk3' 'desktop-file-utils' 'xdg-utils' 'aribb24')
optdepends=('jack'
- 'pulseaudio')
+ 'pulseaudio'
+ 'alsa-lib')
provides=("reaper=${pkgver}" 'lv2-host' 'vst-host' 'vst3-host')
source_x86_64=("https://reaper.fm/files/6.x/reaper${pkgver//.}_linux_x86_64.tar.xz")
source_i686=("https://reaper.fm/files/6.x/reaper${pkgver//.}_linux_i686.tar.xz")
@@ -32,8 +33,8 @@ package() {
mkdir -p "${pkgdir}/usr/bin"
ln -s /opt/REAPER/reaper "${pkgdir}/usr/bin/reaper"
- mkdir -p "${pkgdir}/usr/share/licenses/reaper"
- ln -s /opt/REAPER/EULA.txt "${pkgdir}/usr/share/licenses/reaper/LICENSE"
+ mkdir -p "${pkgdir}/usr/share/licenses/reaper-bin"
+ ln -s /opt/REAPER/EULA.txt "${pkgdir}/usr/share/licenses/reaper-bin/LICENSE"
sed -i 's|^Exec.*|Exec="/opt/REAPER/reaper" %F|g' "${srcdir}/desktop/applications/cockos-reaper.desktop"