summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80e47bb3e055..89c2435db0d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vcvrack
pkgdesc = Open-source Eurorack modular synthesizer simulator
pkgver = 2.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://vcvrack.com/
arch = x86_64
arch = aarch64
@@ -24,7 +24,7 @@ pkgbase = vcvrack
makedepends = simde
makedepends = speexdsp
makedepends = zstd
- depends = glfw-x11
+ depends = glfw
depends = jansson
provides = vcvrack-fundamental=2.6.0
conflicts = vcvrack-fundamental
@@ -60,7 +60,7 @@ pkgbase = vcvrack
sha256sums = 1159629aa90abb7c972c0f630d55d018b88a6b3bc3ff0bb9466cc06982f38641
pkgname = vcvrack
- depends = glfw-x11
+ depends = glfw
depends = jansson
depends = libcurl.so
depends = libGLEW.so
diff --git a/PKGBUILD b/PKGBUILD
index 4c4786ad2b17..dd95e9db2c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_name=Rack
pkgname=vcvrack
pkgver=2.4.1
-pkgrel=3
+pkgrel=4
pkgdesc='Open-source Eurorack modular synthesizer simulator'
url='https://vcvrack.com/'
license=(custom CCPL GPL3)
@@ -16,7 +16,7 @@ arch=(x86_64 aarch64)
_plugin_name=Fundamental
_plugin_ver=2.6.0
_plugin_pkg=$pkgname-${_plugin_name,,}
-depends=(glfw-x11 jansson)
+depends=(glfw jansson)
makedepends=(alsa-lib cmake curl gendesk git glew jack jq libarchive libpulse openssl rtmidi simde
speexdsp zstd)
provides=("$_plugin_pkg=$_plugin_ver")
@@ -104,7 +104,6 @@ build() {
}
package() {
- # Rack does not start with glfw-wayland
depends+=(libcurl.so libGLEW.so libarchive.so libcrypto.so librtmidi.so
libsamplerate.so libspeexdsp.so zenity)
cd $_name