Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
songrec
Commits:
0ddeecef by Orhun Parmaksız at 2026-02-14T23:24:02+03:00
upgpkg: 0.6.1.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.1
+ pkgver = 0.6.1.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.1.tar.gz::https://github.com/marin-m/SongRec/archive/0.6.1.tar.gz
- sha256sums =
89f9a13755f8f35e40088f6e249811b7b6869664c5eaf49426a673b5b1dd9535
+ source =
songrec-0.6.1.1.tar.gz::https://github.com/marin-m/SongRec/archive/0.6.1.1.tar.gz
+ sha256sums =
0702178b3cbb1de4f19067e5547453921a87b3919aa213577392fe44862b4b62
pkgname = songrec
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pkgname=SongRec
pkgname=songrec
-pkgver=0.6.1
+pkgver=0.6.1.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=('89f9a13755f8f35e40088f6e249811b7b6869664c5eaf49426a673b5b1dd9535')
+sha256sums=('0702178b3cbb1de4f19067e5547453921a87b3919aa213577392fe44862b4b62')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/songrec/-/commit/0ddeecef04eae248c603b9df29a99c25ea162f50
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/songrec/-/commit/0ddeecef04eae248c603b9df29a99c25ea162f50
You're receiving this email because of your account on gitlab.archlinux.org.