Skip to content

Commit

Permalink
pike: remove librsvg dependency
Browse files Browse the repository at this point in the history
See #66555
  • Loading branch information
carlocab authored and fxcoudert committed Dec 16, 2020
1 parent 18c6f2a commit 1ee9564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/pike.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Pike < Formula
url "https://pike.lysator.liu.se/pub/pike/latest-stable/Pike-v8.0.702.tar.gz"
sha256 "c47aad2e4f2c501c0eeea5f32a50385b46bda444f922a387a5c7754302f12a16"
license any_of: ["GPL-2.0-only", "LGPL-2.1-only", "MPL-1.1"]
revision 2
revision 3

livecheck do
url "https://pike.lysator.liu.se/download/pub/pike/latest-stable/"
Expand All @@ -19,7 +19,6 @@ class Pike < Formula
end

depends_on "gmp"
depends_on "librsvg"
depends_on "libtiff"
depends_on "nettle"
depends_on "pcre"
Expand Down

0 comments on commit 1ee9564

Please sign in to comment.