summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2023-12-16 13:58:36 -0500
committerEthan Kerrick2023-12-16 13:58:36 -0500
commitebbe9776e34b22eba910f1a08411fceddb532a0c (patch)
treeef29c9bb9eb7873e46e9cda06d4ae2889282b1a0 /PKGBUILD
parent15b2111b072d63de9ee0e4830b02dfb811c25a93 (diff)
downloadaur-ebbe9776e34b22eba910f1a08411fceddb532a0c.tar.gz
changed catch2 dependency to catch2-v2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3407053a0e79..f52dc9088286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/monocasual/giada/issues/553
pkgname=giada
pkgver=0.26.0
-pkgrel=1
+pkgrel=2
pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians"
arch=(x86_64)
url="https://www.giadamusic.com/"
@@ -15,7 +15,7 @@ depends=(gcc-libs glibc hicolor-icon-theme libx11 libxcursor libxft libxinerama
options=(!buildflags !makeflags)
# upstream vendors a hacked rtaudio :(
makedepends=(alsa-lib cmake imagemagick jack libpulse libsamplerate libsndfile nlohmann-json rtmidi git)
-checkdepends=(catch2)
+checkdepends=(catch2-v2)
provides=(vst3-host giada)
source=(
"$pkgname-$pkgver::git+https://github.com/monocasual/giada/#tag=$pkgver"