summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c372c7e02c3c..1363c8276f3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = reaper-bin
pkgdesc = A complete digital audio production application for computers, offering a full multitrack audio and MIDI recording, editing, processing, mixing and mastering toolset
pkgver = 6.25
- pkgrel = 1
+ pkgrel = 2
url = https://reaper.fm
arch = x86_64
license = custom
depends = gtk3
depends = desktop-file-utils
depends = xdg-utils
+ depends = aribb24
optdepends = jack
optdepends = pulseaudio
provides = reaper=6.25
diff --git a/PKGBUILD b/PKGBUILD
index 54407da71a84..e214b6c354f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=reaper-bin
pkgver=6.25
-pkgrel=1
+pkgrel=2
pkgdesc="A complete digital audio production application for computers, offering a full multitrack audio and MIDI recording, editing, processing, mixing and mastering toolset"
arch=('x86_64')
url="https://reaper.fm"
license=('custom')
-depends=('gtk3' 'desktop-file-utils' 'xdg-utils')
+depends=('gtk3' 'desktop-file-utils' 'xdg-utils' 'aribb24')
optdepends=('jack' 'pulseaudio')
provides=("reaper=${pkgver}")
source=("https://reaper.fm/files/6.x/reaper${pkgver//.}_linux_x86_64.tar.xz")