winpty-git: Update to latest; add contributors; remove dependencies from base-devel

This commit is contained in:
David Macek 2016-03-16 12:41:41 +01:00
parent 2d50fe0a72
commit f4fc7b1c20
2 changed files with 5 additions and 2 deletions

1
winpty-git/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
winpty/

View File

@ -1,15 +1,17 @@
# Maintainer: Martell Malone <martell malone at g mail dot com>
# Contributor: Alexey Pavlov <alexpux@gmail.com>
# Contributor: David Macek <david.macek.0@gmail.com>
_realname=winpty
pkgname="${_realname}-git"
epoch=1
pkgver=0.2.2.371.a4ba242
pkgver=0.2.2.374.ccbdaf7
pkgrel=1
pkgdesc="A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs"
arch=('i686' 'x86_64')
url="https://github.com/rprichard/winpty"
license=("MIT")
makedepends=("git" "gcc" "autoconf" "gperf" "bison" "flex" "wget" "tar" "patch" "make" "libtool" "automake" "xz"
makedepends=("git" "tar" "automake" "xz"
"mingw-w64-cross-gcc")
provides=("${_realname}")
conflicts=("${_realname}")