Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
songrec
Commits:
1a20690b by Orhun Parmaksız at 2026-02-14T13:43:22+03:00
upgpkg: 0.6.1-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.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/marin-m/SongRec
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = songrec
depends = gdk-pixbuf2
depends = libadwaita
options = !lto
- source =
songrec-0.6.0.tar.gz::https://github.com/marin-m/SongRec/archive/0.6.0.tar.gz
- sha256sums =
58f61aff3c5d3ea5bfa122d2a4ea5abd11908b0c5a746c07ec166e2529c092b6
+ source =
songrec-0.6.1.tar.gz::https://github.com/marin-m/SongRec/archive/0.6.1.tar.gz
+ sha256sums =
89f9a13755f8f35e40088f6e249811b7b6869664c5eaf49426a673b5b1dd9535
pkgname = songrec
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pkgname=SongRec
pkgname=songrec
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc='An open-source, unofficial Shazam client for Linux'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('gtk4' 'alsa-lib' 'openssl' 'ffmpeg' 'libpulse'
'pulse-native-provider'
'gdk-pixbuf2' 'libadwaita')
makedepends=('cargo' 'pkgconf' 'git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('58f61aff3c5d3ea5bfa122d2a4ea5abd11908b0c5a746c07ec166e2529c092b6')
+sha256sums=('89f9a13755f8f35e40088f6e249811b7b6869664c5eaf49426a673b5b1dd9535')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/songrec/-/commit/1a20690b4f66930d592e895570481e98e213dd13
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/songrec/-/commit/1a20690b4f66930d592e895570481e98e213dd13
You're receiving this email because of your account on gitlab.archlinux.org.