summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarin2024-01-24 05:14:28 +0100
committerMarin2024-01-24 05:14:28 +0100
commitacedd629e6cb0fd5d5b96269d1881ea26da6515a (patch)
tree87ebfd3f072173c5eaf3acad4886866fc0886233 /PKGBUILD
parent08519d702c81ff5d8dd220cac508810e9d5413d4 (diff)
downloadaur-songrec-git.tar.gz
Add a mandatory dependency on "pulseaudio-alsa"/"pipewire-alsa", so that the application will work
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cdd6e8bd15b..36170d3b6040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=songrec-git
_pkgname=songrec
-pkgver=r272.d40f184
-pkgrel=2
+pkgver=r295.3903735
+pkgrel=1
provides=('songrec')
conflicts=('songrec')
pkgdesc='An open-source, unofficial Shazam client for Linux, written in Rust.'
@@ -9,7 +9,7 @@ url='https://github.com/marin-m/SongRec'
arch=('x86_64')
license=('GPL3')
makedepends=('cargo' 'rust' 'pkgconf' 'git')
-depends=('gtk3' 'alsa-lib' 'libpulse' 'openssl' 'ffmpeg')
+depends=('gtk3' 'alsa-lib' 'libpulse' 'pulseaudio-alsa' 'openssl' 'ffmpeg')
source=("$_pkgname::git+https://github.com/marin-m/songrec.git")
sha256sums=('SKIP')