diff --git a/cygnative/PKGBUILD b/cygnative/PKGBUILD index 2a11e767..39d9e6c1 100644 --- a/cygnative/PKGBUILD +++ b/cygnative/PKGBUILD @@ -3,11 +3,11 @@ _realname=cygnative pkgname="${_realname}" pkgver=r9.2cbf760 -pkgrel=1 +pkgrel=2 pkgdesc="A wrapper for cygwin programs which call native Win32 programs with stdin and/or stdout handle redirected" arch=('i686' 'x86_64') license=('MIT') -depends=('gcc') +makedepends=('gcc') url="https://github.com/davidecolombo/cygnative" _commit="2cbf7602ebe94d0c948474b59d47bb746f041587" source=("${_realname}"::"git+https://github.com/davidecolombo/cygnative#commit=${_commit}")