makedeb


fish 1:4.0.1-2


The user-friendly command line shell.

Click here to go back to the commit logs for fish.

Commit:


Hash: 158a98165b1bf36e32383ff4d6bcf1c0a1fb88e4

Message: v4.0.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 1948e0a..dbd74f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ epoch = 1
 pkgbase = fish
 pkgdesc = The user-friendly command line shell.
 pkgrel = 2
-pkgver = 3.7.1
+pkgver = 4.0.0
 url = https://fishshell.com/
 arch = amd64
 arch = arm64
@@ -28,8 +28,8 @@ makedepends = libpcre2-dev
 makedepends = python3-sphinx
 makedepends = gettext
 makedepends = rsync
-source = https://github.com/fish-shell/fish-shell/releases/download/3.7.1/fish-3.7.1.tar.xz
-sha256sums = 614c9f5643cd0799df391395fa6bbc3649427bb839722ce3b114d3bbc1a3b250
+source = https://github.com/fish-shell/fish-shell/releases/download/4.0.0/fish-4.0.0.tar.xz
+sha256sums = 2fda5bd970357064d8d4c896e08285ba59965ca2a8c4829ca8a82bf3b89c69f3
 makedepends = build-essential
 makedepends = cmake
 makedepends = ncurses-dev
diff --git a/PKGBUILD b/PKGBUILD
index 1a928dd..cdf4381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=fish
-pkgver=3.7.1
+pkgver=4.0.0
 pkgrel=2
 epoch=1
 conflicts=('fish-common')
@@ -16,11 +16,11 @@ pkgdesc="The user-friendly command line shell."
 arch=(amd64 arm64 arm32 i386 i686)
 url="https://fishshell.com/"
 license=('OpenBSD')
-makedepends=(build-essential cmake ncurses-dev gzip libncurses5-dev libpcre2-dev python3-sphinx gettext rsync)
+makedepends=(build-essential cmake gzip ncurses-term libpcre2-dev python3-sphinx gettext rsync)
 source=(
   "https://github.com/fish-shell/fish-shell/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
 )
-sha256sums=('614c9f5643cd0799df391395fa6bbc3649427bb839722ce3b114d3bbc1a3b250')
+sha256sums=('2fda5bd970357064d8d4c896e08285ba59965ca2a8c4829ca8a82bf3b89c69f3')
 
 build() {
   cd "$pkgname-$pkgver"