Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
songrec
Commits:
d1b70819 by Orhun Parmaksız at 2024-03-27T00:57:36+03:00
upgpkg: 0.4.2-2: update mandatory dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = songrec
pkgdesc = An open-source, unofficial Shazam client for Linux
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/marin-m/SongRec
arch = x86_64
license = GPL3
@@ -12,7 +12,8 @@ pkgbase = songrec
depends = alsa-lib
depends = openssl
depends = ffmpeg
- optdepends = libpulse: PulseAudio support
+ depends = libpulse
+ depends = pulseaudio-alsa
options = !lto
source =
songrec-0.4.2.tar.gz::https://github.com/marin-m/SongRec/archive/0.4.2.tar.gz
sha256sums =
c453db360d76370519c7dfe3c6901d7676eb86cc975649d809afb61d2ff54388
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,13 @@
_pkgname=SongRec
pkgname=songrec
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='An open-source, unofficial Shazam client for Linux'
arch=('x86_64')
url='https://github.com/marin-m/SongRec'
license=('GPL3')
+depends=('gtk3' 'alsa-lib' 'openssl' 'ffmpeg' 'libpulse' 'pulseaudio-alsa')
makedepends=('cargo' 'pkgconf' 'git')
-depends=('gtk3' 'alsa-lib' 'openssl' 'ffmpeg')
-optdepends=('libpulse: PulseAudio support')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('c453db360d76370519c7dfe3c6901d7676eb86cc975649d809afb61d2ff54388')
options=('!lto')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/songrec/-/commit/d1b708190001ab4076306e815eebbbb1a2a2bfc9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/songrec/-/commit/d1b708190001ab4076306e815eebbbb1a2a2bfc9
You're receiving this email because of your account on gitlab.archlinux.org.