mintty - 3.0.5 - Update to latest version (#1753)

drop  8be3ff0d918058b56ba0d1bc26eea25b875ab929.patch.  That is now included in the source.
This commit is contained in:
J. Peter Mugaas
2019-10-04 00:57:40 -04:00
committed by Алексей
parent 819b6b8af3
commit 4f262bae8d
2 changed files with 3 additions and 7869 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=mintty
pkgver=3.0.2
pkgver=3.0.5
pkgrel=1
epoch=1
pkgdesc="Terminal emulator with native Windows look and feel"
@@ -11,10 +11,8 @@ groups=('base')
depends=('sh')
url="https://mintty.github.io"
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz
8be3ff0d918058b56ba0d1bc26eea25b875ab929.patch
0002-add-msys2-launcher.patch)
sha256sums=('2531f0ea46edb420fff6089bd167ae5eb00bf25ed956a316ba88ac04aae75609'
'7750b145186b40d4ff0c021f589143eaf4a965aa511035574018705a2bdcf004'
sha256sums=('77a844038f239e97a9b20d7b00ad3ab311017ca4a9c6e4a7bf83c2e0f1e8d498'
'dbf0eecfcd7a02361ed1b86409b77b759473ae37f29a91dab5028b149d7dac1c')
del_file_exists() {
@@ -30,7 +28,7 @@ prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
del_file_exists src/launcher.c src/launcher.h
patch -p1 -i ${srcdir}/0002-add-msys2-launcher.patch
patch -p1 -i ${srcdir}/8be3ff0d918058b56ba0d1bc26eea25b875ab929.patch
# patch -p1 -i ${srcdir}/8be3ff0d918058b56ba0d1bc26eea25b875ab929.patch
}
build() {