Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
songrec
Commits:
da3cb162 by Orhun Parmaksız at 2026-02-13T01:07:06+03:00
upgpkg: 0.6.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = songrec
pkgdesc = An open-source, unofficial Shazam client for Linux
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/marin-m/SongRec
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = songrec
makedepends = cargo
makedepends = pkgconf
makedepends = git
- depends = gtk3
+ depends = gtk4
depends = alsa-lib
depends = openssl
depends = ffmpeg
@@ -22,8 +22,9 @@ pkgbase = songrec
depends = gcc-libs
depends = hicolor-icon-theme
depends = gdk-pixbuf2
+ depends = libadwaita
options = !lto
- source =
songrec-0.5.0.tar.gz::https://github.com/marin-m/SongRec/archive/0.5.0.tar.gz
- sha256sums =
73880156496a4bb8d490e7cd1aa1de6c9760d17a9b008b967457a4d7482def91
+ source =
songrec-0.6.0.tar.gz::https://github.com/marin-m/SongRec/archive/0.6.0.tar.gz
+ sha256sums =
58f61aff3c5d3ea5bfa122d2a4ea5abd11908b0c5a746c07ec166e2529c092b6
pkgname = songrec
=====================================
PKGBUILD
=====================================
@@ -2,18 +2,18 @@
_pkgname=SongRec
pkgname=songrec
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc='An open-source, unofficial Shazam client for Linux'
arch=('x86_64')
url='https://github.com/marin-m/SongRec'
license=('GPL-3.0-only')
-depends=('gtk3' 'alsa-lib' 'openssl' 'ffmpeg' 'libpulse'
'pulse-native-provider'
+depends=('gtk4' 'alsa-lib' 'openssl' 'ffmpeg' 'libpulse'
'pulse-native-provider'
'glib2' 'pango' 'cairo' 'glibc' 'dbus' 'gcc-libs' 'hicolor-icon-theme'
- 'gdk-pixbuf2')
+ 'gdk-pixbuf2' 'libadwaita')
makedepends=('cargo' 'pkgconf' 'git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('73880156496a4bb8d490e7cd1aa1de6c9760d17a9b008b967457a4d7482def91')
+sha256sums=('58f61aff3c5d3ea5bfa122d2a4ea5abd11908b0c5a746c07ec166e2529c092b6')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/songrec/-/commit/da3cb162e9efb8683da6fff2758e13c0f0df648e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/songrec/-/commit/da3cb162e9efb8683da6fff2758e13c0f0df648e
You're receiving this email because of your account on gitlab.archlinux.org.