summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarin2021-08-28 22:44:16 +0200
committerMarin2021-08-28 22:44:16 +0200
commit511f307993dc17a9468a38202a1e17ba674cd579 (patch)
tree1f06cfba6dae0f677ddee4c29113c6650b39895e
parentcdc2f4f85891b2d807ff3bd4f305899bd06d0d52 (diff)
downloadaur-511f307993dc17a9468a38202a1e17ba674cd579.tar.gz
Add a make dependency to "pkgconf" for building SongRec on Archlinux, as suggested through AUR
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d96048d05fb..2783a3db1110 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = songrec-git
pkgdesc = An open-source, unofficial Shazam client for Linux, written in Rust.
pkgver = r137.c2011e8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/marin-m/SongRec
arch = x86_64
license = GPL3
makedepends = cargo
makedepends = rust
+ makedepends = pkgconf
makedepends = git
depends = gtk3
depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index b4915247cf27..385988330aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=songrec-git
_pkgname=songrec
pkgver=r137.c2011e8
-pkgrel=1
+pkgrel=2
provides=('songrec')
conflicts=('songrec')
pkgdesc='An open-source, unofficial Shazam client for Linux, written in Rust.'
url='https://github.com/marin-m/SongRec'
arch=('x86_64')
license=('GPL3')
-makedepends=('cargo' 'rust' 'git')
+makedepends=('cargo' 'rust' 'pkgconf' 'git')
depends=('gtk3' 'alsa-lib' 'openssl' 'ffmpeg')
optdepends=('libpulse')
source=("$_pkgname::git+https://github.com/marin-m/songrec.git")