[arch-commits] Commit in fish/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Mar 13 00:53:26 UTC 2021


    Date: Saturday, March 13, 2021 @ 00:53:26
  Author: felixonmars
Revision: 889960

upgpkg: fish 3.2.0-1

Modified:
  fish/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 00:52:30 UTC (rev 889959)
+++ PKGBUILD	2021-03-13 00:53:26 UTC (rev 889960)
@@ -6,8 +6,8 @@
 # Contributor: Jan Fader <jan.fader at web.de>
 
 pkgname=fish
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
@@ -16,14 +16,14 @@
 optdepends=('python: man page completion parser / web config tool'
             'pkgfile: command-not-found hook')
 makedepends=('cmake' 'python-sphinx')
-checkdepends=('expect')
+checkdepends=('expect' 'procps-ng')
 install=fish.install
 backup=(etc/fish/config.fish)
-source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
 validpgpkeys=(003837986104878835FA516D7A67D962D88A709A) # David Adam <zanchey at gmail.com>
-sha256sums=('d5b927203b5ca95da16f514969e2a91a537b2f75bec9b21a584c4cd1c7aa74ed'
+sha256sums=('4f0293ed9f6a6b77e47d41efabe62f3319e86efc8bf83cc58733044fbc6f9211'
             'SKIP')
-sha512sums=('b6ae2c928774a2eaccf35312d3a9446bfa3e1335182c8f2b2d6198161d0916904f4964fb20ed13a5bf850c1c819e003905d13db3bc8b1faa5b401a60b47dc563'
+sha512sums=('4525b8dd991179f77a298080d389813d1da8557bd394d174ded9238570715137e3aeec009d123811b34c07856d5f7cbe0ad35dc599d748f8f305036c3b74face'
             'SKIP')
 
 build() {



More information about the arch-commits mailing list