Skip to content

Commit

Permalink
Fish shell: updated Requires for better compatibility... (#928)
Browse files Browse the repository at this point in the history
* Fish shell: updated requires for better cmpatibility...

* Update fish-2.4.0.recipe
  • Loading branch information
miqlas authored and korli committed Dec 15, 2016
1 parent 3dfe229 commit 86253fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-shells/fish/fish-2.4.0.recipe
Expand Up @@ -5,7 +5,7 @@ is simple but incompatible with other shell languages."
HOMEPAGE="http://ridiculousfish.com/shell/"
COPYRIGHT="2005-2016 Axel Liljencrantz"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/fish-shell/fish-shell/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="5b7680232cadcadeba42e38aac33bfd4d12333e70342d3d3485ad5d329b1f465"
SOURCE_DIR="fish-shell-$portVersion"
Expand All @@ -26,7 +26,7 @@ REQUIRES="
lib:libexecinfo$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
lib:libncursesw$secondaryArchSuffix
lib:libpcre2_32$secondaryArchSuffix
cmd:gettext$secondaryArchSuffix
cmd:python
Expand All @@ -36,7 +36,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libexecinfo$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libncurses$secondaryArchSuffix
devel:libncursesw$secondaryArchSuffix
devel:libgettextlib$secondaryArchSuffix
devel:libpcre2_32$secondaryArchSuffix
"
Expand Down

0 comments on commit 86253fd

Please sign in to comment.