summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNocifer2022-04-26 09:45:00 +0300
committerNocifer2022-04-26 09:45:00 +0300
commit3fd97168d3089558c96c60ab463f498ebb7ae29c (patch)
tree0ef96de301c1fdb56bbc0d0ab87345c3dfb6cfd4 /PKGBUILD
parent4a1c787fcf1f3a6761bdadaae60e3ad322bf9919 (diff)
downloadaur-3fd97168d3089558c96c60ab463f498ebb7ae29c.tar.gz
v=6.56,r=1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dbb828ff964..54b0e3137102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: david0
pkgname=reaper-bin
-pkgver=6.55
+pkgver=6.56
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')
@@ -10,17 +10,16 @@ url="https://reaper.fm"
license=('custom')
depends=('gtk3' 'desktop-file-utils' 'xdg-utils' 'aribb24')
optdepends=('jack'
- 'pulseaudio'
- 'lv2: support for LV2 plugins')
+ 'pulseaudio')
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=('49af9b7b37e906271fb2b6c802616f325ba14cf010c0d0694263f667415e9203')
-sha256sums_i686=('80d62babf301276e830aa68bd0df2386cb47c95c4db9e643d27a07a660acbed6')
-sha256sums_aarch64=('54f9ebc32fdb6ac62b4766ec58200e3e19f960efdc6f3e658956a12aafc20d8c')
-sha256sums_armv7l=('1016865c47f98b82fca2116825264e1704ebd55dd4be3068a6652a14a5edf9ab')
+sha256sums_x86_64=('cace1c9aaafbd05d1132668f0ddbec15ab80c106692523bbd5a29206007965b9')
+sha256sums_i686=('c4febf0ed59405ba4a3febae1ffec69d2c4535f3537bcfa4a6603994a20d156b')
+sha256sums_aarch64=('30eca069805fd74aa2542e3f2846bc84e30e1ba80f8f4e01ed08c3bb9307b954')
+sha256sums_armv7l=('77f9cbebfb8a10850069ff279a965028613a38befb9dd04283b0afa7db9d3fb9')
_arch=$(uname -m)