summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f31b4756675d..1359dd34c778 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = giada
pkgdesc = A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians
pkgver = 0.26.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.giadamusic.com/
arch = x86_64
groups = pro-audio
license = GPL3
- checkdepends = catch2
+ checkdepends = catch2-v2
makedepends = alsa-lib
makedepends = cmake
makedepends = imagemagick
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"