makedeb
The user-friendly command line shell.
Click here to go back to the commit logs for fish.
Hash: 59beb3e21cef08c2a560ec3dc78fd1f455287c75
Message: Add libpcre2 to depends array
diff --git a/.SRCINFO b/.SRCINFO
index 45ce129..996d507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = fish
epoch = 1
pkgbase = fish
pkgdesc = The user-friendly command line shell.
-pkgrel = 3
+pkgrel = 4
pkgver = 3.5.1
url = https://fishshell.com/
arch = amd64
@@ -11,6 +11,7 @@ arch = arm64
arch = arm32
arch = i386
arch = i686
+depends = libpcre2-32-0
license = OpenBSD
makedepends = build-essential
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index bd78ff2..9a0a203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,11 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=fish
pkgver=3.5.1
-pkgrel=3
+pkgrel=4
epoch=1
+depends=(
+ 'libpcre2-32-0'
+)
pkgdesc="The user-friendly command line shell."
arch=(amd64 arm64 arm32 i386 i686)
url="https://fishshell.com/"