makedeb
The user-friendly command line shell.
Click here to go back to the commit logs for fish.
Hash: c50252551fa1c41f8048dfafbc583f8c0f786236
Message: Get PKGBUILD and .SRCINFO in sync
diff --git a/.SRCINFO b/.SRCINFO
index a64a71d..1948e0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = fish
epoch = 1
pkgbase = fish
pkgdesc = The user-friendly command line shell.
-pkgrel = 1
+pkgrel = 2
pkgver = 3.7.1
url = https://fishshell.com/
arch = amd64
@@ -12,7 +12,12 @@ arch = arm32
arch = i386
arch = i686
conflicts = fish-common
+depends = libtinfo6
+depends = libatomic1
depends = libpcre2-32-0
+depends = libstdc++6
+depends = libc6
+depends = libgcc1
license = OpenBSD
makedepends = build-essential
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index dc78029..1a928dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=fish
pkgver=3.7.1
-pkgrel=1
+pkgrel=2
epoch=1
conflicts=('fish-common')
depends=(