summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2021-12-22 01:47:07 +0200
committerNocifer2021-12-22 01:47:07 +0200
commita9ab74fbb7474df134364e030923878cccaf2de0 (patch)
treea6549a3eab17340adaf3be4be162583df9aae207
parent1bc644fc781b73aa78e4aba5a8a969c5ff50cbad (diff)
downloadaur-a9ab74fbb7474df134364e030923878cccaf2de0.tar.gz
v=6.43,r=1
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 950e8b691c20..d7465acc68e3 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.42
+ pkgver = 6.43
pkgrel = 1
url = https://reaper.fm
arch = x86_64
@@ -14,17 +14,17 @@ pkgbase = reaper-bin
depends = aribb24
optdepends = jack
optdepends = pulseaudio
- provides = reaper=6.42
+ provides = reaper=6.43
provides = lv2-host
provides = vst-host
provides = vst3-host
- source_x86_64 = https://reaper.fm/files/6.x/reaper642_linux_x86_64.tar.xz
- sha256sums_x86_64 = f64661d7d89ec0030fdc84a34276be224e6dc9bf69168a6328487e0866cdc02c
- source_i686 = https://reaper.fm/files/6.x/reaper642_linux_i686.tar.xz
- sha256sums_i686 = 3aae2933114cc65d5a6c30814469f0e6ef7151d0efa0119959769871923b02b0
- source_aarch64 = https://reaper.fm/files/6.x/reaper642_linux_aarch64.tar.xz
- sha256sums_aarch64 = a64d9b9c9b34ac72477ac874b5bb0917110b50d64423e0457991df4cb748bf80
- source_armv7l = https://reaper.fm/files/6.x/reaper642_linux_armv7l.tar.xz
- sha256sums_armv7l = 06a9a1833ea1b36c7b4a57599930d811320900079a19bbfde8ecd5412bf258e1
+ source_x86_64 = https://reaper.fm/files/6.x/reaper643_linux_x86_64.tar.xz
+ sha256sums_x86_64 = 550f75a71f586566ebc37d5f150c52f87ffa7ec8e42c3ad853a16d23c792aba1
+ source_i686 = https://reaper.fm/files/6.x/reaper643_linux_i686.tar.xz
+ sha256sums_i686 = 8888cae82cd3aee21463497b34eab8d197e155edfa711bdc5835078f15562397
+ source_aarch64 = https://reaper.fm/files/6.x/reaper643_linux_aarch64.tar.xz
+ sha256sums_aarch64 = c7acf9f87ec04968ae34bd2668d18ad39566269b477451918857fa0e0c25643c
+ source_armv7l = https://reaper.fm/files/6.x/reaper643_linux_armv7l.tar.xz
+ sha256sums_armv7l = 42d94365875b0eafe59c82733c9313019032db05db175a144d56a55b9d416413
pkgname = reaper-bin
diff --git a/PKGBUILD b/PKGBUILD
index f9f187075068..787be6863b05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: david0
pkgname=reaper-bin
-pkgver=6.42
+pkgver=6.43
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')
@@ -15,10 +15,10 @@ source_x86_64=("https://reaper.fm/files/6.x/reaper${pkgver//.}_linux_x86_64.tar.
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=('e561bb277fc50bcb38186878abadb635344f2055245e4ead5dbae2a4f233914a')
-sha256sums_i686=('42a4e47fac25b973ac34222aa2428340b841dbff58241a823288e928794b2a08')
-sha256sums_aarch64=('caf7ff6790b83a67f3d7666e266e60568c4d60d270fa4a1c5ae177365329e4f9')
-sha256sums_armv7l=('0886c1f60bc55e4cd023ed938723ad7b4771c3b8166fc6c6cb71be0a22cc9860')
+sha256sums_x86_64=('550f75a71f586566ebc37d5f150c52f87ffa7ec8e42c3ad853a16d23c792aba1')
+sha256sums_i686=('8888cae82cd3aee21463497b34eab8d197e155edfa711bdc5835078f15562397')
+sha256sums_aarch64=('c7acf9f87ec04968ae34bd2668d18ad39566269b477451918857fa0e0c25643c')
+sha256sums_armv7l=('42d94365875b0eafe59c82733c9313019032db05db175a144d56a55b9d416413')
_arch=$(uname -m)