summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2022-04-24 01:39:49 +0300
committerNocifer2022-04-24 01:39:49 +0300
commit4a1c787fcf1f3a6761bdadaae60e3ad322bf9919 (patch)
tree568e66f4ea2dff3cf437bfa745e40199e961183f
parent5179658b8753cd3be0fc4582012871589ed58dd3 (diff)
downloadaur-4a1c787fcf1f3a6761bdadaae60e3ad322bf9919.tar.gz
v=6.55,r=1
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD14
2 files changed, 19 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c73d9657b037..a34e23042334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.54
+ pkgver = 6.55
pkgrel = 1
url = https://reaper.fm
arch = x86_64
@@ -14,17 +14,18 @@ pkgbase = reaper-bin
depends = aribb24
optdepends = jack
optdepends = pulseaudio
- provides = reaper=6.54
+ optdepends = lv2: support for LV2 plugins
+ provides = reaper=6.55
provides = lv2-host
provides = vst-host
provides = vst3-host
- source_x86_64 = https://reaper.fm/files/6.x/reaper654_linux_x86_64.tar.xz
- sha256sums_x86_64 = 0b28a2fff0d591c529ac43ba8985fda3c28dbf858cb8122026eedef543da8e2e
- source_i686 = https://reaper.fm/files/6.x/reaper654_linux_i686.tar.xz
- sha256sums_i686 = 2203f3ae1565f4980b8f6144ff4690e8f7d1e876adc7483d023def4cdc2d31cd
- source_aarch64 = https://reaper.fm/files/6.x/reaper654_linux_aarch64.tar.xz
- sha256sums_aarch64 = 34a42cd3d9f3fca5950d6111b9313c22952f3e053c1ea18201d8e37b735026c8
- source_armv7l = https://reaper.fm/files/6.x/reaper654_linux_armv7l.tar.xz
- sha256sums_armv7l = f9fc5a4b0288a5fd12ab6b8ddbeab6441c48dc538c20514e0a70cb9bede67289
+ source_x86_64 = https://reaper.fm/files/6.x/reaper655_linux_x86_64.tar.xz
+ sha256sums_x86_64 = 49af9b7b37e906271fb2b6c802616f325ba14cf010c0d0694263f667415e9203
+ source_i686 = https://reaper.fm/files/6.x/reaper655_linux_i686.tar.xz
+ sha256sums_i686 = 80d62babf301276e830aa68bd0df2386cb47c95c4db9e643d27a07a660acbed6
+ source_aarch64 = https://reaper.fm/files/6.x/reaper655_linux_aarch64.tar.xz
+ sha256sums_aarch64 = 54f9ebc32fdb6ac62b4766ec58200e3e19f960efdc6f3e658956a12aafc20d8c
+ source_armv7l = https://reaper.fm/files/6.x/reaper655_linux_armv7l.tar.xz
+ sha256sums_armv7l = 1016865c47f98b82fca2116825264e1704ebd55dd4be3068a6652a14a5edf9ab
pkgname = reaper-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7b1a15af952d..7dbb828ff964 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,25 @@
# Contributor: david0
pkgname=reaper-bin
-pkgver=6.54
+pkgver=6.55
pkgrel=1
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' 'i686' 'aarch64' 'armv7l')
url="https://reaper.fm"
license=('custom')
depends=('gtk3' 'desktop-file-utils' 'xdg-utils' 'aribb24')
-optdepends=('jack' 'pulseaudio')
+optdepends=('jack'
+ 'pulseaudio'
+ 'lv2: support for LV2 plugins')
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")
source_aarch64=("https://reaper.fm/files/6.x/reaper${pkgver//.}_linux_aarch64.tar.xz")
source_armv7l=("https://reaper.fm/files/6.x/reaper${pkgver//.}_linux_armv7l.tar.xz")
-sha256sums_x86_64=('0b28a2fff0d591c529ac43ba8985fda3c28dbf858cb8122026eedef543da8e2e')
-sha256sums_i686=('2203f3ae1565f4980b8f6144ff4690e8f7d1e876adc7483d023def4cdc2d31cd')
-sha256sums_aarch64=('34a42cd3d9f3fca5950d6111b9313c22952f3e053c1ea18201d8e37b735026c8')
-sha256sums_armv7l=('f9fc5a4b0288a5fd12ab6b8ddbeab6441c48dc538c20514e0a70cb9bede67289')
+sha256sums_x86_64=('49af9b7b37e906271fb2b6c802616f325ba14cf010c0d0694263f667415e9203')
+sha256sums_i686=('80d62babf301276e830aa68bd0df2386cb47c95c4db9e643d27a07a660acbed6')
+sha256sums_aarch64=('54f9ebc32fdb6ac62b4766ec58200e3e19f960efdc6f3e658956a12aafc20d8c')
+sha256sums_armv7l=('1016865c47f98b82fca2116825264e1704ebd55dd4be3068a6652a14a5edf9ab')
_arch=$(uname -m)