makedeb
The user-friendly command line shell.
Click here to go back to the commit logs for fish.
Hash: b5a0c7c6a4edf1f2ccc84ce8e8ef98601671b3a4
Message: Cleanup
diff --git a/.SRCINFO b/.SRCINFO
index ccfa5ff..45ce129 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
generated-by = makedeb
pkgname = fish
-changelog =
epoch = 1
-install =
pkgbase = fish
pkgdesc = The user-friendly command line shell.
-pkgrel = 2
+pkgrel = 3
pkgver = 3.5.1
url = https://fishshell.com/
arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 5ae2402..bd78ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,37 +1,19 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=fish
pkgver=3.5.1
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="The user-friendly command line shell."
arch=(amd64 arm64 arm32 i386 i686)
url="https://fishshell.com/"
license=('OpenBSD')
-groups=()
-depends=()
makedepends=(build-essential cmake libncurses-dev libpcre2-dev)
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=(
"https://github.com/fish-shell/fish-shell/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
)
-noextract=()
md5sums=(
"59950f8ec9bf9e2fa02ff205dc5a9c57"
)
-validpgpkeys=()
-
-prepare() {
- tar -xf "$pkgname-$pkgver.tar.xz"
- cd "$pkgname-$pkgver"
-}
build() {
cd "$pkgname-$pkgver"