cygnative: Change depends to makedepends

This commit is contained in:
Orgad Shaneh 2022-04-24 22:19:51 +03:00
parent c6450c60ea
commit 20b521c541

View File

@ -3,11 +3,11 @@
_realname=cygnative _realname=cygnative
pkgname="${_realname}" pkgname="${_realname}"
pkgver=r9.2cbf760 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" pkgdesc="A wrapper for cygwin programs which call native Win32 programs with stdin and/or stdout handle redirected"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('MIT') license=('MIT')
depends=('gcc') makedepends=('gcc')
url="https://github.com/davidecolombo/cygnative" url="https://github.com/davidecolombo/cygnative"
_commit="2cbf7602ebe94d0c948474b59d47bb746f041587" _commit="2cbf7602ebe94d0c948474b59d47bb746f041587"
source=("${_realname}"::"git+https://github.com/davidecolombo/cygnative#commit=${_commit}") source=("${_realname}"::"git+https://github.com/davidecolombo/cygnative#commit=${_commit}")