[arch-commits] Commit in songrec/trunk (PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Sun Dec 26 21:46:23 UTC 2021
Date: Sunday, December 26, 2021 @ 21:46:22
Author: orhun
Revision: 1083913
upgpkg: songrec 0.3.0-1: upstream release
Modified:
songrec/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-26 20:16:36 UTC (rev 1083912)
+++ PKGBUILD 2021-12-26 21:46:22 UTC (rev 1083913)
@@ -2,7 +2,7 @@
_pkgname=SongRec
pkgname=songrec
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc='An open-source, unofficial Shazam client for Linux'
arch=('x86_64')
@@ -12,7 +12,8 @@
depends=('gtk3' 'alsa-lib' 'openssl' 'ffmpeg')
optdepends=('libpulse: PulseAudio support')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('61286bcdb2f95393da2e211d95bd08c16c15d8063b68a1fa41495f0c7b872ea7')
+sha256sums=('3cea3bfe9f7358697b7adf33eb5ac02cb980367744e5995e8effdce925cab403')
+options=('!lto')
prepare() {
cd "$_pkgname-$pkgver"
More information about the arch-commits
mailing list