git » librespot.git » commit 352b5f2

Replace jack2 with jack

author txtsd
2024-12-14 16:26:03 UTC
committer txtsd
2024-12-14 16:26:03 UTC
parent 354083eeb0babb35081a5cd067acadf35862940f

Replace jack2 with jack

Signed-off-by: txtsd <code@ihavea.quest>

.SRCINFO +2 -2
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index df7c36e..87f55a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = librespot
 	pkgdesc = Open source client library for Spotify
 	pkgver = 0.6.0
-	pkgrel = 2
+	pkgrel = 3
 	url = https://github.com/librespot-org/librespot
 	arch = x86_64
 	arch = armv7h
@@ -9,7 +9,7 @@ pkgbase = librespot
 	license = MIT
 	makedepends = cargo
 	makedepends = git
-	makedepends = jack2
+	makedepends = jack
 	makedepends = libpulse
 	makedepends = portaudio
 	makedepends = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 4a86825..b5000d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgname=librespot
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Open source client library for Spotify'
 arch=(x86_64 armv7h aarch64)
 url='https://github.com/librespot-org/librespot'
@@ -21,7 +21,7 @@ depends=(
 makedepends=(
   cargo
   git
-  jack2
+  jack
   libpulse
   portaudio
   sdl2