fish: Update to 2.7.1

This commit is contained in:
mashir43
2018-01-05 11:52:31 +09:00
parent 36b58f63e6
commit f00a506e1f

View File

@@ -1,7 +1,7 @@
# Maintainer: Masanori Shirayama <mashir43@gmail.com>
pkgname=fish
pkgver=2.7.0
pkgver=2.7.1
pkgrel=1
epoch=
pkgdesc="a smart and user-friendly command line shell"
@@ -13,10 +13,12 @@ depends=('gcc-libs' 'ncurses' 'gettext' 'libiconv' 'man-db')
makedepends=('gcc' 'ncurses-devel' 'gettext-devel' 'intltool' 'libiconv-devel' 'doxygen')
optdepends=('python: for manual page completion parser and web configuration tool')
install=fish.install
source=("https://fishshell.com/files/$pkgver/$pkgname-$pkgver.tar.gz"
source=("https://github.com/fish-shell/fish-shell/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
01-msysize.patch)
sha256sums=('3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb'
sha256sums=('e42bb19c7586356905a58578190be792df960fa81de35effb1ca5a5a981f0c5a'
'SKIP'
'1e2743177c499e890d681be685fed6f849e42cb282e13b4e56324169a43bd987')
validpgpkeys=('003837986104878835FA516D7A67D962D88A709A')
prepare() {
cd "${srcdir}/$pkgname-$pkgver"