liblastfm: rename qt5 to qt.
This commit is contained in:
parent
cf0ccc972d
commit
a9f50364f5
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ class Liblastfm < Formula
|
|||
homepage "https://github.com/lastfm/liblastfm/"
|
||||
url "https://github.com/lastfm/liblastfm/archive/1.0.9.tar.gz"
|
||||
sha256 "5276b5fe00932479ce6fe370ba3213f3ab842d70a7d55e4bead6e26738425f7b"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -14,7 +14,7 @@ class Liblastfm < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "cmake" => :build
|
||||
depends_on "qt5"
|
||||
depends_on "qt"
|
||||
depends_on "fftw"
|
||||
depends_on "libsamplerate"
|
||||
|
||||
|
|
Loading…
Reference in a new issue