summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarin2021-02-23 19:28:37 +0100
committerMarin2021-02-23 19:28:37 +0100
commit23056e57ead838a2403184ed2374bead819c03da (patch)
treee938f959f92f88be96e0dbcddbe0c329f317e54d
parent487a8dee4213fe6a6818176c8a39085f9abe12f9 (diff)
downloadaur-23056e57ead838a2403184ed2374bead819c03da.tar.gz
Update for release 0.1.4: allow to recognize songs from the speakers instead of the microphone, on compatible PulseAudio setups
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ce2098774cd..bed1359ad4a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = songrec
pkgdesc = An open-source, unofficial Shazam client for Linux, written in Rust.
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 3
url = https://github.com/marin-m/SongRec
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = songrec
depends = openssl
provides = songrec
conflicts = songrec-git
- source = songrec-0.1.3.tar.gz::https://github.com/marin-m/songrec/archive/0.1.3.tar.gz
- sha256sums = 35aa56406e6ed0da3002396b4c9880094d59bca1cec7bc51a6f91353a60fc0d4
+ source = songrec-0.1.4.tar.gz::https://github.com/marin-m/songrec/archive/0.1.4.tar.gz
+ sha256sums = 42883abd9914ad592ab8bc0344a75b3470516f01401c2213803bff6020ac1ba0
pkgname = songrec
diff --git a/PKGBUILD b/PKGBUILD
index ae61671e9dfd..686257f4f847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=songrec
_pkgname=SongRec
-pkgver=0.1.3
-pkgrel=3
+pkgver=0.1.4
+pkgrel=1
provides=('songrec')
conflicts=('songrec-git')
pkgdesc='An open-source, unofficial Shazam client for Linux, written in Rust.'
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('cargo' 'rust' 'git')
depends=('gtk3' 'alsa-lib' 'openssl')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/marin-m/songrec/archive/${pkgver}.tar.gz")
-sha256sums=('35aa56406e6ed0da3002396b4c9880094d59bca1cec7bc51a6f91353a60fc0d4')
+sha256sums=('42883abd9914ad592ab8bc0344a75b3470516f01401c2213803bff6020ac1ba0')
build() {
cd "$_pkgname-$pkgver"